table of contents
other versions
- wheezy 1.4.1-4
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¶
CoInitializeExIMPLEMENTATION¶
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 |