IPersistDictionary::GetProgID

This method should return the ProgID of the object.

Definition

HRESULT GetProgID(BSTR*pbstrProgID);

Parameters

pbstrProgID

[out, retval] The address of a BSTR used to return the ProgID of the object.

Return Values

This method must return the HRESULT value S_OK to indicate success, and should generally return one of the standard COM error values to indicate failure.

See Also

IPersistDictionary Interface


All rights reserved.