3.2.4.2.43.1 ModuleClsid (get) (Opnum 12)
The ModuleClsid (get) method retrieves the string version of the COM class ID of the module that is being defined and returns S_OK upon successful completion.
-
[propget, id(FSRM_PROPERTY(FSRM_DISPID_PIPELINE_MODULE_DEFINITION | 0x01))] HRESULT ModuleClsid( [out, retval] BSTR* moduleClsid );
moduleClsid: Pointer to a variable that upon completion contains the string version of the COM class ID of the module that is being defined.
Return Values: The method MUST return zero on success, or a nonzero error code on failure.
-
Return value/code
Description
0x80070057
E_INVALIDARG
The moduleClsid parameter is NULL.
Upon receiving this message, the server MUST validate parameters:
Verify that moduleClsid is not NULL.
If any validation fails, the server MUST terminate processing and return a nonzero error code.
The server MUST set moduleClsid to the ModuleClsid of the module definition.