HomeSort by relevance Sort by last modified time
    Searched full:pfnmodule32first (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/gmodule/
gmodule-win32.c 116 typedef BOOL (WINAPI *PFNMODULE32FIRST)(HANDLE, MODULEENTRY32*);
117 static PFNMODULE32FIRST pfnModule32First= NULL;
129 if (!pfnCreateToolhelp32Snapshot || !pfnModule32First || !pfnModule32Next)
136 || !(pfnModule32First = (PFNMODULE32FIRST) GetProcAddress (kernel32, "Module32First"))
146 if ((*pfnModule32First) (snapshot, &me32))

Completed in 33 milliseconds