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 defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/compobj.c".
- Debug channel "ole".