UIX_MsgBoxButton Structure

From PDF XChange PDF SDK
Revision as of 22:57, 20 April 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

See also ...