CoRegisterSurrogate
A version of this page is also available for
4/8/2010
This function registers the surrogate process through its ISurrogate interface pointer.
Syntax
HRESULT CoRegisterSurrogate(
ISurrogate* pSurrogate
);
Parameters
- pSurrogate
[in] Pointer to the ISurrogate interface on the surrogate process to be registered.
Return Value
- S_OK
The surrogate process was registered.
Remarks
The CoRegisterSurrogate function sets a global interface pointer to the ISurrogate interface implemented on the surrogate process. This pointer is set in the ole32 DLL loaded in the surrogate process. COM uses this global pointer in ole32 to call the methods of ISurrogate.
This function is usually called by the surrogate implementation when it is launched.
To determine whether the platform supports this function, see Determining Supported COM APIs.
Requirements
Header | objbase.h |
Library | ole32.lib |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |