PSHDFN

Pointer to a function prototype for a stream handler device entry routine.

typedef ULONG (FAR *PSHDFN) (PVOID pParmIn);

In the header file, this is a two-part defintion as shown below:

typedef ULONG (FAR *PSHDFN) (PVOID pParmIn);
typedef PVOID PSHDFN;


[Back: PSHCFN]
[Next: PSMHFN]