3.2.4.2.43.3 Name (get) (Opnum 14)
The Name (get) method retrieves the Name of the module definition and returns S_OK upon successful completion.
-
[propget, id(FSRM_PROPERTY(FSRM_DISPID_PIPELINE_MODULE_DEFINITION | 0x02))] HRESULT Name( [out, retval] BSTR* name );
name: Pointer to a variable that upon completion contains the Name of the
module definition. The name MUST be limited to 100 Unicode characters or less.
Return Values: The method MUST return zero on success, or a nonzero error code on failure.
|
Return value/code |
Description |
|---|---|
|
0x80070057 E_INVALIDARG |
The name parameter is NULL. |
Upon receiving this message, the server MUST validate parameters:
Verify that name is not NULL.
If any validation fails, the server MUST terminate processing and return a nonzero error code.
The server MUST set name to the Module Definition.Name of the module definition.