OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
dumpstack.h File Reference
#include <owl/private/defs.h>
#include <owl/defs.h>

Go to the source code of this file.

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Macros

#define OWL_STACK_DUMP_TARGET_TRACE   0x0001
 
#define OWL_STACK_DUMP_TARGET_CLIPBOARD   0x0002
 
#define OWL_STACK_DUMP_TARGET_BOTH   0x0003
 
#define OWL_STACK_DUMP_TARGET_ODS   0x0004
 
#define OWL_STACK_DUMP_TARGET_DEFAULT   OWL_STACK_DUMP_TARGET_CLIPBOARD
 

Functions

void owl::OwlDumpStack (uint32 target=OWL_STACK_DUMP_TARGET_DEFAULT)
 

Macro Definition Documentation

◆ OWL_STACK_DUMP_TARGET_BOTH

#define OWL_STACK_DUMP_TARGET_BOTH   0x0003

Definition at line 21 of file dumpstack.h.

◆ OWL_STACK_DUMP_TARGET_CLIPBOARD

#define OWL_STACK_DUMP_TARGET_CLIPBOARD   0x0002

Definition at line 20 of file dumpstack.h.

◆ OWL_STACK_DUMP_TARGET_DEFAULT

#define OWL_STACK_DUMP_TARGET_DEFAULT   OWL_STACK_DUMP_TARGET_CLIPBOARD

Definition at line 26 of file dumpstack.h.

◆ OWL_STACK_DUMP_TARGET_ODS

#define OWL_STACK_DUMP_TARGET_ODS   0x0004

Definition at line 22 of file dumpstack.h.

◆ OWL_STACK_DUMP_TARGET_TRACE

#define OWL_STACK_DUMP_TARGET_TRACE   0x0001

Definition at line 19 of file dumpstack.h.