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.
voidAfxThrowMemoryException();
Remarks
Throws a memory exception. Call this function if calls to underlying system memory allocators (such as malloc and the Windows function) fail. You do not need to call it for new because new will throw a memory exception automatically if the memory allocation fails.
See Also CMemoryException, THROW