• Sorry for thread 3291, it should be #define aa DWORD[0x30]
    Thanks!
  • Sorry for thread 3291, it should be #define aa DWORD[0x30]
    Thanks!
  • About AgsiSetSFRValue(DWORD dwValue)
    hello, I am engaged in developing a new SPeriDLL.dll(dialog) and I can't understand the following function and its specification: BOOL About AgsiSetSFRValue(DWORD dwValue); "This function is used...
  • About AgsiSetSFRValue(DWORD dwValue)
    hello, I am engaged in developing a new SPeriDLL.dll(dialog) and I can't understand the following function and its specification: BOOL About AgsiSetSFRValue(DWORD dwValue); "This function is used...
  • when I use '#define DWORD unsigned long' , why does the compiler give me a warning?
    I use the following statement in my include file to define a new data type: #define DWORD unsigned long however, the compiler give me the following warning: Warnning C317:redefinition of macro 'DWORD...