B
B Vidyadhar Joshi
I have a function which takes a NOT NULL terminated PWCHAR.
int myFunction (PWCHAR pszKey, ULONG ulKeyLen);
I have to pass a 4 charecter value to the "key" parameter. For example,
"1111". How do I do it?
TIA.
Regards,
B Vidyadhar Joshi
int myFunction (PWCHAR pszKey, ULONG ulKeyLen);
I have to pass a 4 charecter value to the "key" parameter. For example,
"1111". How do I do it?
TIA.
Regards,
B Vidyadhar Joshi