Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
BOOL IsNormal( ) const;
Return Value
Nonzero if successful; otherwise 0.
Remarks
Call this member function to determine if the found file is a normal file. Files marked with FILE_ATTRIBUTE_NORMAL, a file attribute identified in the structure. A normal file has no other attributes set. All other file attributes override this attribute.
See the member function MatchesMask for a complete list of file attributes.
Example
See the example for CFileFind::GetLength.