Scroll to navigation

CoRevokeInitializeSpy(3w) Wine API CoRevokeInitializeSpy(3w)

NAME

CoRevokeInitializeSpy (OLE32.@)

SYNOPSIS

HRESULT CoRevokeInitializeSpy
(
ULARGE_INTEGER cookie
)
 

DESCRIPTION

Remove a spy that previously watched CoInitializeEx calls.
 

PARAMS

cookie [In] The cookie obtained from a previous CoRegisterInitializeSpy call.
 

RETURNS

Success: S_OK if a spy is removed
Failure: E_INVALIDARG.
 

SEE ALSO

CoInitializeEx
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/ole32/compobj.c".
Debug channel "ole".
Oct 2012 Wine API