ReactOS 0.4.15-dev-7846-g8ba6c66
_LOADMENU_CALLBACK_ARGUMENTS Struct Reference

#include <callback.h>

Collaboration diagram for _LOADMENU_CALLBACK_ARGUMENTS:

Public Attributes

HINSTANCE hModule
 
LPCWSTR InterSource
 
WCHAR MenuName [1]
 

Detailed Description

Definition at line 101 of file callback.h.

Member Data Documentation

◆ hModule

HINSTANCE _LOADMENU_CALLBACK_ARGUMENTS::hModule

Definition at line 103 of file callback.h.

Referenced by co_IntCallLoadMenu(), and User32CallLoadMenuFromKernel().

◆ InterSource

LPCWSTR _LOADMENU_CALLBACK_ARGUMENTS::InterSource

Definition at line 104 of file callback.h.

Referenced by co_IntCallLoadMenu(), and User32CallLoadMenuFromKernel().

◆ MenuName

WCHAR _LOADMENU_CALLBACK_ARGUMENTS::MenuName[1]

Definition at line 105 of file callback.h.

Referenced by co_IntCallLoadMenu(), and User32CallLoadMenuFromKernel().


The documentation for this struct was generated from the following file: