3.2.4.2.43.17 SupportedExtensions (put) (Opnum 28)

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

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_PIPELINE_MODULE_DEFINITION | 0x09))] HRESULT SupportedExtensions(
   [in] SAFEARRAY(VARIANT) supportedExtensions
 );

supportedExtensions: 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.

The server MUST set the Supported extensions of the pipeline module definition to supportedExtensions or return a nonzero error code.