Searched refs:hIconDrives (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/windows/
H A Ddirpick.cpp54 static HICON hIconDrives[5]; variable
308 hIcon = hIconDrives[0];
311 hIcon = hIconDrives[1];
314 hIcon = hIconDrives[2];
317 hIcon = hIconDrives[3];
320 hIcon = hIconDrives[4];
394 hIconDrives[0] = LoadIcon(hInst, MAKEINTRESOURCE(ID_ICON_DRIVEFLOPPY));
395 hIconDrives[1] = LoadIcon(hInst, MAKEINTRESOURCE(ID_ICON_DRIVEHARD));
396 hIconDrives[2] = LoadIcon(hInst, MAKEINTRESOURCE(ID_ICON_DRIVENETWORK));
397 hIconDrives[
[all...]

Completed in 69 milliseconds