Fonction de rappel PFNDPASTREAM (dpa_dsa.h)
Définit le prototype de la fonction de rappel utilisée par DPA_LoadStream et DPA_SaveStream.
Syntaxe
PFNDPASTREAM Pfndpastream;
HRESULT Pfndpastream(
[in] DPASTREAMINFO *pinfo,
[in] IStream *pstream,
[in, optional] void *pvInstData
)
{...}
Paramètres
[in] pinfo
Type : DPASTREAMINFO*
Pointeur vers une structure DPASTREAMINFO .
[in] pstream
Type : struct IStream*
Objet IStream à partir duquel lire ou écrire.
[in, optional] pvInstData
Type : void*
Pointeur void vers les données de rappel que le client a passées à DPA_LoadStream ou DPA_SaveStream.
Valeur retournée
Type : HRESULT
Si cette fonction de rappel réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | dpa_dsa.h |