Enum IGDIPlus.TGPDebugEventLevel

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Package: SignalLabBasicPkg

Unit: IGDIPlus

Contents

Syntax

Delphi:

type TGPDebugEventLevel = (DebugEventLevelFatal, DebugEventLevelWarning);

C++ Builder:

enum TGPDebugEventLevel {DebugEventLevelFatal, DebugEventLevelWarning};

Visual C++ (MFC):

enum CTGPDebugEventLevel {DebugEventLevelFatal, DebugEventLevelWarning};

Summary

Specifies the debug event levels.

Description

Defines enumeration that specifies the debug event levels.

Values

DebugEventLevelFatal Defines fatal event debug level.
DebugEventLevelWarning Defines warning event debug level.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox