IExtensibilityEntryPoint::get_AppId Method

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

Note   This method has been deprecated.

Syntax

  HRESULT get_AppId(
  GUID*  pRetVal
);

Parameters

pRetVal

[out]  Address of a variable that receives the id 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