Hi , I run the code below and receive the following errors:
typedef VOID ( CALLBACK * mPCH341_INT_ROUTINE ) ( // ÖжϷþÎñ³ÌÐò
ULONG iStatus );
Errors:
1-function returning function is not allowed
2-expected a ')'
3-Identifier "ULONG" is undefined
4-Identifier "mPCH341_INT_ROUTINE" is undefined