UIX_MsgBoxButton Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_MsgBoxButton Structure}}
 
{{#customTitle:UIX_MsgBoxButton Structure}}
{{#parentPage:PXV:UIX_Structures|UIX_MsgBoxButton Structure|structure}}
+
{{#parentPage:PXV:UIX_Structures|UIX_MsgBoxButton|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

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