Condividi tramite


Metodo ISdoMachine::GetAttachedComputer (sdoias.h)

Il metodo GetAttachedComputer recupera il nome del computer attualmente collegato come computer SDO.

Sintassi

HRESULT GetAttachedComputer(
  [out] BSTR *bstrComputerName
);

Parametri

[out] bstrComputerName

Puntatore a un BSTR che riceve il nome del computer attualmente collegato al computer SDO.

Valore restituito

Se il metodo ha esito positivo, il valore restituito è S_OK.

Se non è attualmente collegato alcun computer, il valore restituito è E_FAIL.

Il metodo può anche restituire uno dei codici di errore seguenti.

Commenti

GetAttachedComputer alloca la memoria per la variabile BSTR. L'applicazione chiamante deve liberare questa memoria chiamando SysFreeString.

Requisiti

   
Client minimo supportato Nessuno supportato
Server minimo supportato Windows Server 2008
Piattaforma di destinazione Windows
Intestazione sdoias.h
DLL Iassdo.dll

Vedi anche

ISdoMachine

ISdoMachine::Attach