IEnumVMIDs::get_VMID
Aggiornamento: novembre 2007
Ottiene un oggetto che implementa IDeviceEmulatorManagerVMID che rappresenta il dispositivo corrente nell'enumerazione.
HRESULT GetVMID([out, retval] IDeviceEmulatorManagerVMID** ppVMID);
Parametri
- [out, retval] ppVMID
Puntatore a un oggetto che implementa IDeviceEmulatorManagerVMID che rappresenta il dispositivo corrente nell'enumerazione.
Valore restituito
Valore HRESULT che indica il risultato della chiamata al metodo.
Esempio
Nell'esempio viene illustrato l'utilizzo di questo metodo. Per l'esempio completo, vedere IEnumVMIDs.
// Get the IDeviceEmulatorManagerVMID object.
CComPtr<IDeviceEmulatorManagerVMID> pDevice;
hr = pDeviceEnumerator->GetVMID(&pDevice);
if (FAILED(hr)) {
continue;
}
Requisiti
DEMComInterface.tlb