CoRegisterInitializeSpy(3w)
NAME
CoRegisterInitializeSpy (OLE32.@)
SYNOPSIS
HRESULT CoRegisterInitializeSpy ( IInitializeSpy* spy, ULARGE_INTEGER* cookie )
DESCRIPTION
Add a Spy that watches CoInitializeEx calls.
PARAMS
spy [In] Pointer to IUnknown interface that will be QueryInterface'd.
cookie [II] cookie receiver.
RETURNS
Success: S_OK if not already initialized, S_FALSE otherwise.
Failure: HRESULT code.
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".