-
thx
◆
◆

-
wowocock:
under X86-32,everything is just only a byte,word,dword
you can mov it to a register,and then mov the register to everything.(2004-07-31 09:32)

-
freecutelei:
那么PsGetCurrentProcessId
返回的HANDLE怎么转换成PWSTR呢?(2004-07-30 14:12)

-
blue215:
PWSTR的原生类型模式是
unsigned short*
应该知道怎么转换了吧(2004-07-30 13:30)

-
snowStart:
强制转换就行呀,int tt=(int)pwstr;(2004-07-30 12:55)
返回顶部