Metodo WBEMTime::GetDMTF (wbemtime.h)

[La classe WBEMTime fa parte del framework del provider WMI che è ora considerato nello stato finale e non saranno disponibili ulteriori aggiornamenti, miglioramenti o aggiornamenti per problemi non correlati alla sicurezza che interessano queste librerie. Le API MI devono essere usate per tutti i nuovi sviluppi.

Il metodo GetDMTF converte un valore BSTR in FORMATO DATA E ORA CIM.

Sintassi

BSTR  throw(CHeap_Exception) GetDMTF(
  BOOL bLocal
);

Parametri

bLocal

Se TRUE, restituisce l'ora locale, modificata per l'ora legale; in caso contrario, restituisce GMT.

Valore restituito

Restituisce un BSTR in Formato data e ora.

Commenti

La funzione chiamante deve chiamare SysFreeString nel valore restituito .

Requisiti

Requisito Valore
Client minimo supportato Windows Vista
Server minimo supportato Windows Server 2008
Piattaforma di destinazione Windows
Intestazione wbemtime.h
DLL FrameDynOS.dll; FrameDyn.dll

Vedi anche

WBEMTime

WBEMTime::GetBSTR

WBEMTime::SetDMTF