3.2.4.2.43.12 NeedsFileContent (get) (Opnum 23)

The NeedsFileContent (get) method retrieves the Needs file content property of the pipeline module definition and returns S_OK upon successful completion.

 [propget, id(FSRM_PROPERTY(FSRM_DISPID_PIPELINE_MODULE_DEFINITION | 0x07))] HRESULT NeedsFileContent(
   [out, retval] VARIANT_BOOL* needsFileContent
 );

needsFileContent: Pointer to a variable that upon completion contains the Boolean indication for the Needs file content property 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 needsFileContent to the value VARIANT_TRUE if the pipeline module definition's Needs file content property is true or to the value VARIANT_FALSE if the pipeline module definition's Needs file content property is false, or return a nonzero error code.