3.2.4.2.28.3 AllowedFileGroups (get) (Opnum 13)

The AllowedFileGroups (get) method returns the list of names of file groups allowed by this file screen exception.

 [propget, id(FSRM_PROPERTY(FSRM_DISPID_FILESCREEN_EXCEPTION | 0x02))] HRESULT AllowedFileGroups(
   [out, retval] IFsrmMutableCollection** allowList
 );

allowList: Pointer to an IFsrmMutableCollection interface pointer (section 3.2.4.2.2) that upon completion contains the names of all the file groups allowed by this object. A caller MUST release the collection received when it is done with it.

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

Return value/code

Description

0x80070057

E_INVALIDARG

The path parameter is NULL.

Upon receiving this message, the server MUST validate parameters:

  • Verify that allowList is not NULL.

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

The server MUST populate allowList with the names of all the file groups allowed by this file screen exception.