Searched defs:u64Hwnd (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1275 uint64_t u64Hwnd; local
1276 rc = RTStrToUInt64Ex(pszArg + sizeof("hwnd=") - 1, NULL, 0, &u64Hwnd);
1279 HWND hwnd = (HWND)(uintptr_t)u64Hwnd;

Completed in 48 milliseconds