Home
last modified time | relevance | path

Searched refs:OleSetMenuDescriptor (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/psdk/
H A Dole2.h62 HRESULT WINAPI OleSetMenuDescriptor(HOLEMENU hmenuDescriptor,HWND hwndFrame,HWND hwndActiveObject,…
/reactos/dll/win32/ole32/
H A Dole32.spec262 @ stdcall OleSetMenuDescriptor(long long long ptr ptr)
H A Dole2.c1875 HRESULT WINAPI OleSetMenuDescriptor( in OleSetMenuDescriptor() function
/reactos/modules/rostests/winetests/ole32/
H A Dcompobj.c784 hr = OleSetMenuDescriptor(NULL, hwndFrame, NULL, NULL, NULL); in test_ole_menu()