3.2.4.2.26.1 BlockedFileGroups (get) (Opnum 12)
The BlockedFileGroups (get) method returns the list of names of file groups blocked by this object.
-
[propget, id(FSRM_PROPERTY(FSRM_DISPID_FILESCREEN_BASE | 0x01))] HRESULT BlockedFileGroups( [out, retval] IFsrmMutableCollection** blockList );
blockList: Pointer to an IFsrmMutableCollection interface pointer (section 3.2.4.2.2) that upon completion contains the names of all the file groups blocked 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 blockList parameter is NULL.
Upon receiving this message, the server MUST validate parameters:
Verify that blockList is not NULL.
If any validation fails, the server MUST terminate processing and return a nonzero error code.
The server MUST populate blockList with the names of all the file groups blocked by this object.