Home
last modified time | relevance | path

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

/reactos/subsystems/mvdm/ntvdm/
H A Dvddsup.c85 InitRoutineName = NULL, in ThirdPartyVDDBop() local
111 InitRoutineName = (LPCSTR)SEG_OFF_TO_PTR(getES(), getDI()); in ThirdPartyVDDBop()
118 (InitRoutineName ? InitRoutineName : "n/a"), in ThirdPartyVDDBop()
143 if (InitRoutineName) in ThirdPartyVDDBop()
145 InitRoutine = (VDD_PROC)GetProcAddress(hDll, InitRoutineName); in ThirdPartyVDDBop()
148 DPRINT1("Failed to load the initialization routine '%s'\n", InitRoutineName); in ThirdPartyVDDBop()