Home
last modified time | relevance | path

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

/third_party/cef/tests/shared/browser/
Dresource_util_win.cc21 HGLOBAL hGlob = LoadResource(hInst, hRes); in LoadBinaryResource() local
22 if (hGlob) { in LoadBinaryResource()
24 pBytes = (LPBYTE)LockResource(hGlob); in LoadBinaryResource()