3.2.4.2.40.4 PropertyFlags (get) (Opnum 15)

The PropertyFlags (get) retrieves the property definition instance.flags for the Property Definition Instance in an FsrmPropertyFlags (section 2.2.2.6.1.1) enumeration and returns S_OK upon successful completion.

 [propget,id(FSRM_PROPERTY(FSRM_DISPID_PROPERTY|0x04))] HRESULT PropertyFlags(
   [out, retval] long* flags
 );

flags: Pointer to a variable that upon completion contains the property definition instance.flags of the Property Definition Instance.

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

Return value/code

Description

0x80070057

E_INVALIDARG

The flags parameter is NULL.

Upon receiving this message, the server MUST validate parameters:

  • Verify that flags is not NULL.

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

The server MUST set flags to the property definition instance.flags of the Property Definition Instance as per FsrmPropertyFlags.