能力值:
( LV2,RANK:10 )
|
-
-
2 楼
NTSTATUS RtlStringCbVPrintf(
_Out_ LPTSTR pszDest,
_In_ size_t cbDest,
_In_ LPCTSTR pszFormat,
_In_ va_list argList
);
这个试试?
http://msdn.microsoft.com/en-gb/library/ff562831.aspx
或者这个?
RtlIntegerToUnicodeString
http://msdn.microsoft.com/zh-cn/subscriptions/ff561941
|
能力值:
( LV2,RANK:10 )
|
-
-
3 楼
已经解决了,在网上搜到ip与10进制和16进制的转换算法。然后用RtlIntegerToUnicodeString来格式化
|
|
|