UIX_MsgBoxButton Structure

From PDF XChange PDF SDK
Revision as of 08:24, 20 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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

...