Jump to content

SplPdGetPortIcon: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
 
Line 15: Line 15:
Only one icon is used for all the ports supported by a port driver. This limitation is imposed to avoid confusing the user with too many different icons.
Only one icon is used for all the ports supported by a port driver. This limitation is imposed to avoid confusing the user with too many different icons.


The Workplace Shell calls [[SplQpQueryIcon]] to load and draw port icons, as appropriate.
The Workplace Shell calls ''SplQpQueryIcon'' to load and draw port icons, as appropriate.


[[Category:Spl]]
[[Category:Spl]]

Latest revision as of 04:28, 12 January 2021

SplPdGetPortIcon queries the Resource ID of the icon that represents the port.

Syntax

SplPdGetPortIcon(hab, idIcon);

Parameters

hab (HAB) - input
The handle to the anchor block.
idIcon (PULONG) - input
The resource ID of the icon bit map.

Returns

rc (BOOL) - returns
Return codes.

This handling routine returns FALSE if no icon is available. The system then uses a default port icon.

Remarks

Only one icon is used for all the ports supported by a port driver. This limitation is imposed to avoid confusing the user with too many different icons.

The Workplace Shell calls SplQpQueryIcon to load and draw port icons, as appropriate.