Functions | |
StatusInt | mdlDialog_iconCmdGetInfo (RawItemHdr *iconCmdP, RscId *iconCmdIdP, WChar const **ownerTaskIdPP, IconRsc **iconRscPP, CommandNumber *commandNumberP, WChar const **commandTaskIdPP, UInt32 *attributesP, int *iconWidthP, int *iconHeightP, IconCmdSelectType *selectTypeP) |
Gets specific information about the specified icon command. More... | |
StatusInt | mdlDialog_iconCmdSetInfo (RawItemHdr *iconCmdP, int *iconCmdIdP, MdlDesc **iconOwnerMDP, CommandNumber *commandNumberP, WChar const **commandTaskIdPP, UInt32 *attributesP) |
Sets specific information about the specified icon command. More... | |
StatusInt | mdlDialog_iconCmdSetNamedIcon (RawItemHdr *iconCmdP, WCharCP iconName) |
Sets the named icon for the specified icon command. More... | |
StatusInt mdlDialog_iconCmdGetInfo | ( | RawItemHdr * | iconCmdP, |
RscId * | iconCmdIdP, | ||
WChar const ** | ownerTaskIdPP, | ||
IconRsc ** | iconRscPP, | ||
CommandNumber * | commandNumberP, | ||
WChar const ** | commandTaskIdPP, | ||
UInt32 * | attributesP, | ||
int * | iconWidthP, | ||
int * | iconHeightP, | ||
IconCmdSelectType * | selectTypeP | ||
) |
Gets specific information about the specified icon command.
Any of the arguments receiving information back from this function may be set to NULL if that information is not needed.
[in] | iconCmdP | specifies the icon command to get information about. |
[out] | iconCmdIdP | receives the icon command Id. |
[out] | ownerTaskIdPP | receives a pointer to the icon command owner task Id. |
[out] | iconRscPP | receives a pointer to the icon resource. |
[out] | commandNumberP | receives the command number of the icon command. |
[out] | commandTaskIdPP | receives a pointer to the command task Id. |
[out] | attributesP | receives the attributes set on the specified icon command. |
[out] | iconWidthP | receives the icon width of the specified icon command (including the bevel). |
[out] | iconHeightP | receives the icon height of the specified icon command (including the bevel). |
[out] | selectTypeP | receives the selectType of the specified icon command. |
StatusInt mdlDialog_iconCmdSetInfo | ( | RawItemHdr * | iconCmdP, |
int * | iconCmdIdP, | ||
MdlDesc ** | iconOwnerMDP, | ||
CommandNumber * | commandNumberP, | ||
WChar const ** | commandTaskIdPP, | ||
UInt32 * | attributesP | ||
) |
Sets specific information about the specified icon command.
[in] | iconCmdP | specifies the icon command to get information about. |
[in] | iconCmdIdP | specifies the icon command Id. |
[in] | iconOwnerMDP | specifies the icon command owner task Id. |
[in] | commandNumberP | specifies the command number of the icon command. |
[in] | commandTaskIdPP | specifies the command task Id. |
[in] | attributesP | specifies the attributes set on the specified icon command. |
StatusInt mdlDialog_iconCmdSetNamedIcon | ( | RawItemHdr * | iconCmdP, |
WCharCP | iconName | ||
) |
Sets the named icon for the specified icon command.
[in] | iconCmdP | specifies the icon command to set the name for. |
[in] | iconName | name of the icon |