Scroll to navigation

CoRegisterInitializeSpy(3w) Wine API 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 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