Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Determines whether the archive is loading data.
BOOL IsLoading( ) const;
Return Value
Nonzero if the archive is currently being used for loading; otherwise 0.
Remarks
This member function is called by the Serialize functions of the archived classes.
Example
int i = 0;
if(ar.IsLoading())
ar >> i;
else
ar << i;
Requirements
Header: afx.h