IExtensibilityEntryPoint::get_Context Method

Gets the context attribute of the entrypoint element that was set when the application was registered.

Note   This method has been deprecated.

Syntax

  HRESULT get_Context(
  VARIANT*  pRetVal
);

Parameters

pRetVal

[out]  Address of a variable that receives a pointer to the context attribute.

Return Value

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Requirements

Assembly: Ehextcom.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also