include file, winioctl.h 一问。# DotNet - 窗口里的风景
t*y
1 楼
I have a very simple code, but always get compile error.
#include
#include
#include
int main(int argc, char *argv[])
{
STARTING_LCN_INPUT_BUFFER Lcn_Buffer;
}
c:\vxfilelocation\vxfilelocation\vxfilelocation.cpp(8) : error C2065: '
STARTING_LCN_INPUT_BUFFER' : undeclared identifier
Any idea why? When I right click on STARTING_LCN_INPUT_BUFFER, go defination
, it's able to go to the right place in wininctl.h.
#if(_WIN32_WINNT >= 0x0400)
//
// Structure for FSCT
#include
#include
#include
int main(int argc, char *argv[])
{
STARTING_LCN_INPUT_BUFFER Lcn_Buffer;
}
c:\vxfilelocation\vxfilelocation\vxfilelocation.cpp(8) : error C2065: '
STARTING_LCN_INPUT_BUFFER' : undeclared identifier
Any idea why? When I right click on STARTING_LCN_INPUT_BUFFER, go defination
, it's able to go to the right place in wininctl.h.
#if(_WIN32_WINNT >= 0x0400)
//
// Structure for FSCT