阅读:1076回复:4
RtlFreeUnicodeString出错
RtlInitUnicodeString(pus,J\"9999\");
RtlFreeUnicodeString(pus);//兰屏 |
|
沙发#
发布于:2003-02-19 13:30
关于UNICODE同样迷惑,关注ING。。。
|
|
|
板凳#
发布于:2003-02-19 09:14
RtlInitUnicodeString(pus,L\"9999\");
//RtlFreeUnicodeString(pus);//兰屏 |
|
|
地板#
发布于:2003-02-19 09:13
RtlInitUnicodeString(pus,J\"9999\");
//RtlFreeUnicodeString(pus);//兰屏 |
|
|
地下室#
发布于:2003-02-18 16:57
L\"9999\"是常量,不能释放
|
|