SpiGetHandler - Syntax

This function returns the handler IDs for the specified stream handler.

#include <os2.h>

PSZ      pszHName;  /*  ASCIIZ name address. */
HID     *phidSrc;   /*  Stream handler ID. */
HID     *phidTgt;   /*  Stream handler ID. */
ULONG    rc;

rc = SpiGetHandler(pszHName, phidSrc, phidTgt);


[Back: SpiGetHandler]
[Next: SpiGetHandler Parameter - pszHName]