3.2.4.2.28.2 Path (get) (Opnum 12)

The Path (get) method returns the read-only path of the file screen exception object.

 [propget, id(FSRM_PROPERTY(FSRM_DISPID_FILESCREEN_EXCEPTION | 0x01))] HRESULT Path(
   [out, retval] BSTR* path
 );

path: Pointer to a variable that upon completion contains the path of the file screen exception object.

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 path is not NULL.

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

The server MUST set path to the path of the file screen exception object.