Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
450 B

/*++
Copyright (c) 1999, Microsoft Corporation
Module Name:
sample\ipsample.h
Abstract:
The file contains the header for ipsample.c.
--*/
#ifndef _IPSAMPLE_H_
#define _IPSAMPLE_H_
#ifdef __cplusplus
extern "C"
{
#endif // __cplusplus
#ifndef SAMPLEAPI
#define SAMPLEAPI __declspec(dllimport)
#endif // SAMPLEAPI
SAMPLEAPI
VOID
WINAPI
TestProtocol(VOID);
#ifdef __cplusplus
}
#endif // __cplusplus
#endif // _IPSAMPLE_H_