UIX_MsgBoxButton Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_MsgBoxButton Structure}}
 
{{#customTitle:UIX_MsgBoxButton Structure}}
{{#parentPage:PXV:UIX|UIX_MsgBoxButton Structure|structure}}
+
{{#parentPage:PXV:UIX_Structures|UIX_MsgBoxButton|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 28: Line 29:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:UIX_MsgBoxConfig|UIX_MsgBoxConfig]]

Latest revision as of 10:43, 23 May 2015


Specifies the ...

Syntax

struct UIX_MsgBoxButton
{
    LPWSTR    pID;
    LPWSTR    pText;
    LPWSTR    pIconID;
    IUnknown* pIcon;
};

Members

pID
Value of LPWSTR ...
pText
Value of LPWSTR ...
pIconID
Value of LPWSTR ...
pIcon
Pointer to IUnknown* ...

See Also

UIX_MsgBoxConfig