ICrmCompensatorVariants::SetLogControlVariants method (comsvcs.h)
Delivers an ICrmLogControl interface to the CRM Compensator. This method is the first method called on the CRM Compensator after it has been created.
Syntax
HRESULT SetLogControlVariants(
[in] ICrmLogControl *pLogControl
);
Parameters
[in] pLogControl
A pointer to the ICrmLogControl interface of the CRM clerk.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
To write additional log records, use the ICrmLogControl interface.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | comsvcs.h |