VioRegister

VioRegister

#define INCL_VIO

USHORT  rc = VioRegister(ModuleName, EntryPoint, FunctionMask1,
                             FunctionMask2);

PSZ              ModuleName;    /* Module name */
PSZ              EntryPoint;    /* Entry point name */
ULONG            FunctionMask1; /* Function mask 1 */
ULONG            FunctionMask2; /* Function mask 2 */

USHORT           rc;            /* return code */


[Back: VioReadCharStr]
[Next: VioSavRedrawUndo]