Metodo ISceSvcAttachmentPersistInfo::FreeBuffer (scesvc.h)

Il metodo FreeBuffer libera memoria allocata dall'estensione snap-in degli allegati.

Sintassi

HRESULT FreeBuffer(
  [in] PVOID pvData
);

Parametri

[in] pvData

Puntatore al buffer da liberare.

Valore restituito

Il valore restituito è HRESULT. Un valore di S_OK indica che il metodo ha avuto esito positivo.

Commenti

È necessario chiamare questo metodo per liberare il buffer di dati restituito da ISceSvcAttachmentPersistInfo::Save.

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 scesvc.h
DLL Wsecedit.dll

Vedi anche

ISceSvcAttachmentPersistInfo

ISceSvcAttachmentPersistInfo::Save