RE : Regd : RtlCopyString.

Hi,
Yes you can use strcpy in the driver without any
problems.In fact i have found it easier and reliable
to use C runtime library functions than thr Rtl String
functions.

– Harshal

altrafine wrote

Hi,

I am developing a library to a WDM Kernal mode
driver. can i use
strcpy(). I found that RtlCopyString() is equivalent
to strcpy()in Kernal
Mode, but RtlCopyString() is not defined in wdm.h. so
i like to know can i
use strcpy() or should i only use
RtlCopyUnicodeString().

Thanks in advance.
with regards.


Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com