IMAPISupport::GetSvcConfigSupportObj
The IMAPISupport::GetSvcConfigSupportObj
method creates a message service support object.
Quick Info
See IMAPISupport
: IUnknown
HRESULT GetSvcConfigSupportObj(
ULONG ulFlags, |
|
LPMAPISUP FAR * lppSvcSupport |
|
) |
|
Parameters
ulFlags
Reserved;
must be zero.
lppSvcSupport
[out] Pointer
to a pointer to the new message service support object.
Return Values
S_OK
The configuration
support object was successfully created.
Remarks
The IMAPISupport::GetSvcConfigSupportObj
method is implemented for all support objects. Service providers call IMAPISupport::GetSvcConfigSupportObj
to create a configuration support object to pass to a message service entry
point function.
A message
service entry point function is based on the MSGSERVICEENTRY
See Also