Sample Code

Windows Driver Samples/ Serial Port Driver/ C++/ log.h/

/*++

Copyright (c) 1993  Microsoft Corporation
:ts=4

Module Name:

    log.h

Abstract:

    debug macros

Environment:

    Kernel & user mode

--*/

#ifndef   __LOG_H__
#define   __LOG_H__

#if !defined(EVENT_TRACING)

VOID
SerialDbgPrintEx    (
    IN ULONG   DebugPrintLevel,
    IN ULONG   DebugPrintFlag,
    IN PCCHAR  DebugMessage,
    ...
    );

#endif

#endif // __LOG_H__


Our Services

  • What our customers say about us?

© 2011-2024 All Rights Reserved. Joya Systems. 4425 South Mopac Building II Suite 101 Austin, TX 78735 Tel: 800-DEV-KERNEL

Privacy Policy. Terms of use. Valid XHTML & CSS