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 29: Line 29:
  
 
== See Also ==
 
== See Also ==
...
+
[[PXV:UIX_MsgBoxConfig|UIX_MsgBoxConfig]]

Revision as of 06:18, 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