1 |
1.634166 |
__magnumdb__enum_msoci_h_8 |
Enum |
|
|
|
|
|
|
enum
{
msocWindowFrameToplevel = 0,
/* MDI Apps should return the MDI frame (not MDI client) or App frame
TBS::m_hwnd. */
msocWindowFrameOwner = 1,
/* This is the window which owns the component. It could be same as
of that window. For a toolbar set this will be TBS::m_hwnd. */
msocWindowComponent = 2,
/* This is the "main" window of the component (if it has one). */
/* This is the "main" window of the component (if it has one). */
msocWindowDlgOwner = 3,
/* Caller wishes to display a dialog to be parented by the component.
owner window. */
};
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VSSDK\VisualStudioIntegration\Common\Inc\office10\msoci.h(213,0) |
|