OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:portable_device_mgr
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/components/storage_monitor/
portable_device_watcher_win.cc
386
// returns true and fills in |
portable_device_mgr
|. On failure, returns false.
388
base::win::ScopedComPtr<IPortableDeviceManager>*
portable_device_mgr
) {
390
HRESULT hr =
portable_device_mgr
->CreateInstance(
408
base::win::ScopedComPtr<IPortableDeviceManager>
portable_device_mgr
;
local
409
if (!GetPortableDeviceManager(&
portable_device_mgr
))
414
HRESULT hr =
portable_device_mgr
->GetDevices(NULL, &pnp_device_count);
420
hr =
portable_device_mgr
->GetDevices(pnp_device_ids.get(), &pnp_device_count);
427
portable_device_mgr
, pnp_device_ids[index], &device_details))
443
base::win::ScopedComPtr<IPortableDeviceManager>
portable_device_mgr
;
local
444
if (!GetPortableDeviceManager(&
portable_device_mgr
))
[
all
...]
Completed in 71 milliseconds