Sample Code

Windows Driver Samples/ Windows Filtering Platform MSN Messenger Monitor Sample/ C++/ sys/ notify.h/

/*++

Copyright (c) Microsoft Corporation. All rights reserved

Abstract:

    Monitor Sample driver notification header

Environment:

    Kernel mode
    
--*/

#pragma once

#define TAG_NOTIFY 'yftN'

NTSTATUS
MonitorNfInitialize(
   _In_ DEVICE_OBJECT* deviceObject);

NTSTATUS
MonitorNfUninitialize(void);

NTSTATUS MonitorNfNotifyMessage(
   _In_ const FWPS_STREAM_DATA* streamBuffer,
   _In_ BOOLEAN inbound,
   _In_ USHORT localPort,
   _In_ USHORT remotePort);


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