UIX_MsgBoxButton Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(5 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_Structures|UIX_MsgBoxButton|structure}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">struct UIX_MsgBoxButton
 
<pre class="brush:cpp;gutter:false">struct UIX_MsgBoxButton
 
{
 
{
     LPWSTR pID;
+
     LPWSTR   pID;
     LPWSTR pText;
+
     LPWSTR   pText;
     LPWSTR pIconID;
+
     LPWSTR   pIconID;
 
     IUnknown* pIcon;
 
     IUnknown* pIcon;
 
};
 
};
Line 25: 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