Hi,
I used RtlStringCbVPrintfExW routine, and it was
built ok under Windows XP and Windows Server 2003.
But I got the linking error under Windows 2000:
my.obj : error LNK2019: unresolved external symbol __imp___vsnwprintf
referenced
in function _RtlStringVPrintfWorkerW@16
objchk_w2k_x86\i386\netvmini.sys : error LNK1120: 1 unresolved externals
Does Windows 2000 not support that routine?
PS.
I have set the ntstrsafe.lib in my sources file:
TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib \
$(DDK_LIB_PATH)\ntstrsafe.lib