ATL
Erweitern Minimieren
Dieser Artikel wurde noch nicht bewertet - Dieses Thema bewerten.

AtlTraceSaveSettings

Call this function to save the current trace settings to a file.


BOOL AtlTraceSaveSettings(
   LPCTSTR* pszFilename,
   DWORD_PTR dwProcess = 0
);
pszFilename

The full path and file name of the .TRC file to create.

dwProcess

Reserved.

TRUE if the file was successfully saved, FALSE otherwise.

This function will save the current trace settings to a .TRC file. The trace settings control the type and amount of trace messages that appear in the Output window.

AtlTraceSaveSettings makes use of WritePrivateProfileSection to store settings in the .TRC file. If a section already exists it will be replaced, otherwise it will be added to the file.

Header: atldebugapi.h

Fanden Sie dies hilfreich?
(1500 verbleibende Zeichen)

Community-Beiträge

HINZUFÜGEN
© 2013 Microsoft. Alle Rechte vorbehalten.