为什么我用PMIB_TCPTABLE定义时,总是出现"undeclared identifier"
怎么解决这个错误?typedef DWORD (WINAPI *GetTcpTableFun)(PMIB_TCPTABLE,PDWORD,BOOL);
就是这个出错,而且还有"error C2275: 'PDWORD' : illegal use of this type as an expression
        g:\program files\microsoft visual studio\vc98\include\windef.h(156) : see declaration of 'PDWORD'"
这样的错误,,   怎么解决啊