Condividi tramite


Metodo ICDBurn::Burn (shobjidl.h)

Indica di copiare i dati dall'area di gestione temporanea a un CD scrivibile.

Sintassi

HRESULT Burn(
  [in] HWND hwnd
);

Parametri

[in] hwnd

Tipo: HWND

Handle della finestra padre dell'interfaccia utente.

Valore restituito

Tipo: HRESULT

Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .

Commenti

L'area di gestione temporanea ha un percorso predefinito %userprofile%\Local Settings\Application Data\Microsoft\CD Burning. Il percorso effettivo può essere recuperato tramite SHGetFolderPath, SHGetSpecialFolderPath, SHGetFolderLocation, SHGetSpecialFolderLocation o SHGetFolderPathAndSubDir usando il valore CSIDL_CDBURN_AREA.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione shobjidl.h
DLL Shell32.dll