3.2.4.2.43.16 SupportedExtensions (get) (Opnum 27)

The SupportedExtensions (get) method retrieves the Supported extensions of the pipeline module definition and returns S_OK upon successful completion.

 [propget, id(FSRM_PROPERTY(FSRM_DISPID_PIPELINE_MODULE_DEFINITION | 0x09))] HRESULT SupportedExtensions(
   [out, retval] SAFEARRAY(VARIANT)* supportedExtensions
 );

supportedExtensions: Pointer to a variable that upon completion contains the Supported extensions of the pipeline module definition.

Return Values: The method MUST return zero on success, or a nonzero error code on failure.

Return value/code

Description

0x80070057

E_INVALIDARG

The supportedExtensions parameter is NULL.

Upon receiving this message, the server MUST validate parameters:

  • Verify that supportedExtensions is not NULL.

If any validation fails, the server MUST terminate processing and return a nonzero error code.

The server MUST set supportedExtensions to the Supported extensions of the pipeline module definition.