UIX_MsgBoxConfig Structure
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_MsgBoxConfig Structure}} | {{#customTitle:UIX_MsgBoxConfig Structure}} | ||
− | {{#parentPage:PXV:UIX_Structures|UIX_MsgBoxConfig | + | {{#parentPage:PXV:UIX_Structures|UIX_MsgBoxConfig|structure}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 38: | Line 38: | ||
LONG nAutoClickTimeout; | LONG nAutoClickTimeout; | ||
POINT* pPos; | POINT* pPos; | ||
+ | LPWSTR pEditLabel; | ||
}; | }; | ||
</pre> | </pre> | ||
Line 96: | 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]] | [[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 ...