IProtectedModeMenuServices::CreateMenu method

Creates an empty low integrity menu.

Syntax

HRESULT CreateMenu(
  [out] HMENU *phMenu
);

Parameters

  • phMenu [out]
    A variable that receives a handle to the low integrity menu.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

Product

Internet Explorer 7

Header

Docobj.h

IDL

Docobj.idl

DLL

Docobj.dll

See also

IProtectedModeMenuServices

IProtectedModeMenuServices::LoadMenu