UIX_MsgBoxConfig Structure
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_MsgBoxConfig Structure}} | {{#customTitle:UIX_MsgBoxConfig Structure}} | ||
+ | {{#parentPage:PXV:UIX_Structures|UIX_MsgBoxConfig|structure}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<pre class="brush:cpp;gutter:false">struct UIX_MsgBoxConfig | <pre class="brush:cpp;gutter:false">struct UIX_MsgBoxConfig | ||
{ | { | ||
− | LONG nSize; | + | LONG nSize; |
− | + | HANDLE_T hWndParent; | |
− | LONG nStyle; | + | LONG nStyle; |
− | LPWSTR pTitle; | + | LPWSTR pTitle; |
− | LPWSTR pIconID; | + | LPWSTR pIconID; |
− | IUnknown* pIcon; | + | IUnknown* pIcon; |
− | LPWSTR pHeader; | + | LPWSTR pHeader; |
− | LPWSTR pText; | + | LPWSTR pText; |
− | LPWSTR pThumbID; | + | LPWSTR pThumbID; |
− | IUnknown* pThumb; | + | IUnknown* pThumb; |
− | LPWSTR pThumbText; | + | LPWSTR pThumbText; |
− | LONG nRadioButtons; | + | LONG nRadioButtons; |
− | UIX_MsgBoxButton* pRadioButtons; | + | UIX_MsgBoxButton* pRadioButtons; |
− | LONG nSelectedRadioID; | + | LONG nSelectedRadioID; |
− | LONG nCustomButtons; | + | LONG nCustomButtons; |
− | UIX_MsgBoxButton* pCustomButtons; | + | UIX_MsgBoxButton* pCustomButtons; |
− | LPWSTR pOptionText; | + | LPWSTR pOptionText; |
− | LONG nOptionState; | + | LONG nOptionState; |
− | LPWSTR pFooterText; | + | LPWSTR pFooterText; |
− | LPWSTR pFooterIconID; | + | LPWSTR pFooterIconID; |
− | IUnknown* pFooterIcon; | + | IUnknown* pFooterIcon; |
− | LPWSTR pEditText; | + | LPWSTR pEditText; |
− | LONG nDefautItemID; | + | LONG nDefautItemID; |
− | IUIX_ObjImpl* pHook; | + | IUIX_ObjImpl* pHook; |
IUIX_MsgBoxCallback* pCb; | IUIX_MsgBoxCallback* pCb; | ||
− | LONG nAutoClickTimeout; | + | LONG nAutoClickTimeout; |
− | POINT* pPos; | + | POINT* pPos; |
+ | LPWSTR pEditLabel; | ||
}; | }; | ||
</pre> | </pre> | ||
Line 41: | Line 46: | ||
: Value of LONG ... | : Value of LONG ... | ||
;hWndParent | ;hWndParent | ||
− | : Value of | + | : Value of HANDLE_T ... |
;nStyle | ;nStyle | ||
: Value of LONG ... | : Value of LONG ... | ||
Line 92: | Line 97: | ||
;pPos | ;pPos | ||
: Pointer to POINT ... | : Pointer to POINT ... | ||
+ | ;pEditLabel | ||
+ | : Value of LPWSTR ... | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Inst_ShowMsgBoxEx|IUIX_Inst::ShowMsgBoxEx]], [[PXV:IPXV_Inst_ShowMsgBoxEx|IPXV_Inst::ShowMsgBoxEx]] |
Latest revision as of 08:58, 16 March 2017
Specifies the ...
Syntax
struct UIX_MsgBoxConfig { LONG nSize; HANDLE_T hWndParent; LONG nStyle; LPWSTR pTitle; LPWSTR pIconID; IUnknown* pIcon; LPWSTR pHeader; LPWSTR pText; LPWSTR pThumbID; IUnknown* pThumb; LPWSTR pThumbText; LONG nRadioButtons; UIX_MsgBoxButton* pRadioButtons; LONG nSelectedRadioID; LONG nCustomButtons; UIX_MsgBoxButton* pCustomButtons; LPWSTR pOptionText; LONG nOptionState; LPWSTR pFooterText; LPWSTR pFooterIconID; IUnknown* pFooterIcon; LPWSTR pEditText; LONG nDefautItemID; IUIX_ObjImpl* pHook; IUIX_MsgBoxCallback* pCb; LONG nAutoClickTimeout; POINT* pPos; LPWSTR pEditLabel; };
Members
- nSize
- Value of LONG ...
- hWndParent
- Value of HANDLE_T ...
- nStyle
- Value of LONG ...
- pTitle
- Value of LPWSTR ...
- pIconID
- Value of LPWSTR ...
- pIcon
- Pointer to IUnknown* ...
- pHeader
- Value of LPWSTR ...
- pText
- Value of LPWSTR ...
- pThumbID
- Value of LPWSTR ...
- pThumb
- Pointer to IUnknown* ...
- pThumbText
- Value of LPWSTR ...
- nRadioButtons
- Value of LONG ...
- pRadioButtons
- Pointer to UIX_MsgBoxButton ...
- nSelectedRadioID
- Value of LONG ...
- nCustomButtons
- Value of LONG ...
- pCustomButtons
- Pointer to UIX_MsgBoxButton ...
- pOptionText
- Value of LPWSTR ...
- nOptionState
- Value of LONG ...
- pFooterText
- Value of LPWSTR ...
- pFooterIconID
- Value of LPWSTR ...
- pFooterIcon
- Pointer to IUnknown* ...
- pEditText
- Value of LPWSTR ...
- nDefautItemID
- Value of LONG ...
- pHook
- Pointer to IUIX_ObjImpl ...
- pCb
- Pointer to IUIX_MsgBoxCallback ...
- nAutoClickTimeout
- Value of LONG ...
- pPos
- Pointer to POINT ...
- pEditLabel
- Value of LPWSTR ...