Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Retrieves a pointer on the specified clerk.
Syntax
HRESULT HoldClerk(
[in] VARIANT Index,
[out] LPVARIANT pItem
);
Parameters
[in] Index
A VARIANT string containing the instance CLSID of the required CRM clerk.
[out] pItem
A VARIANT IUnknown pointer returning the interface to the specified CRM clerk.
Return value
This method can return the following values.
| Return code | Description |
|---|---|
|
The method completed successfully. |
|
One of the arguments is incorrect. |
|
The specified CRM clerk was not found. It may have completed before it could be held. |
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 |