Home
last modified time | relevance | path

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

/reactos/subsystems/mvdm/ntvdm/
H A Dvddsup.c88 VDD_PROC InitRoutine = NULL, in ThirdPartyVDDBop() local
145 InitRoutine = (VDD_PROC)GetProcAddress(hDll, InitRoutineName); in ThirdPartyVDDBop()
146 if (InitRoutine == NULL) in ThirdPartyVDDBop()
172 if (InitRoutine) InitRoutine(); in ThirdPartyVDDBop()