3.14.4.1.3 Properties (Opnum 9)

The Properties method is not implemented.

 [propget] HRESULT Properties(
   [out, retval] IDispatch** ppcolProperties
 );

ppcolProperties: Pointer to an IDispatch pointer. The server MUST ignore this parameter.

Return Values: The server MUST return E_NOTIMPL (0x80004001).

Return value/code

Description

0x80004001

E_NOTIMPL

Not implemented.

When processing this call, the server MUST follow these guidelines:

  • The Properties method MUST return E_NOTIMPL (0x80004001) and take no further action.