Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

DIFXAPI_LOG (Enums)
 
.
Summary
A DIFXAPI_LOG-typed enumerator that indicates the event type.

C# Definition:

public enum DIFXAPI_LOG
{
     DIFXAPI_SUCCESS = 0, // Successes
     DIFXAPI_INFO = 1,    // Basic logging information that should always be shown
     DIFXAPI_WARNING = 2, // Warnings
     DIFXAPI_ERROR = 3    // Errors
}

VB Definition:

Public Enum DIFXAPI_LOG
     DIFXAPI_SUCCESS = 0  ' Successes
     DIFXAPI_INFO = 1     ' Basic logging information that should always be shown
     DIFXAPI_WARNING = 2  ' Warnings
     DIFXAPI_ERROR = 3    ' Errors
End Enum

Notes:

None.

Documentation
DIFXAPI_LOG on MSDN
 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions