IAttachmentExecute::SetClientGuid method
Specifies and stores the GUID for the client.
Syntax
HRESULT SetClientGuid(
[in] REFGUID guid
);
Parameters
- guid [in]
-
Type: REFGUID
The GUID that represents the client.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
A user can choose not to display certain prompts. That information is stored in the registry on a per-client basis, indexed by guid.
Requirements
|
Minimum supported client |
Windows XP with SP2 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
Show: