Home
last modified time | relevance | path

Searched refs:DosPDB (Results 1 – 4 of 4) sorted by relevance

/reactos/subsystems/mvdm/samples/testvdd/
H A Dtestvdd.c293 Create1Handler(USHORT DosPDB) in Create1Handler() argument
295 VDD_DBG("Create1Handler(0x%04x)", DosPDB); in Create1Handler()
300 Create2Handler(USHORT DosPDB) in Create2Handler() argument
302 VDD_DBG("Create2Handler(0x%04x)", DosPDB); in Create2Handler()
307 Terminate1Handler(USHORT DosPDB) in Terminate1Handler() argument
309 VDD_DBG("Terminate1Handler(0x%04x)", DosPDB); in Terminate1Handler()
314 Terminate2Handler(USHORT DosPDB) in Terminate2Handler() argument
316 VDD_DBG("Terminate2Handler(0x%04x)", DosPDB); in Terminate2Handler()
/reactos/subsystems/mvdm/ntvdm/
H A Dvddsup.h14 VOID VDDCreateUserHook(USHORT DosPDB);
15 VOID VDDTerminateUserHook(USHORT DosPDB);
H A Dvddsup.c453 VOID VDDCreateUserHook(USHORT DosPDB) in VDDCreateUserHook() argument
462 if (UserHook->Ucr_Handler) UserHook->Ucr_Handler(DosPDB); in VDDCreateUserHook()
466 VOID VDDTerminateUserHook(USHORT DosPDB) in VDDTerminateUserHook() argument
475 if (UserHook->Uterm_Handler) UserHook->Uterm_Handler(DosPDB); in VDDTerminateUserHook()
/reactos/sdk/include/ddk/
H A Dnt_vdd.h45 (WINAPI *PFNVDD_UCREATE)(USHORT DosPDB);
48 (WINAPI *PFNVDD_UTERMINATE)(USHORT DosPDB);