Description:

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

#include <os2.h>

HAB       hab;     /*  The handle to the anchor block. */
PULONG    idIcon;  /*  The resource ID of the icon bit map. */
BOOL      rc;      /*  Return codes. */

rc = SplPdGetPortIcon(hab, idIcon);


[Back: SplPdGetPortIcon]
[Next: SplPdGetPortIcon Parameter - hab]