Jump to content

KernStrToUcs

From EDM2
Revision as of 05:41, 6 June 2016 by Martini (talk | contribs) (Created page with "==Synopsis== APIRET APIENTRY KernStrToUcs(KEEUnicodeStruct* ucs, PCHAR utrgt, PCHAR src, ULONG trgtsize,ULONG srcsize); ==Description== This converts a string from ASCII to U...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Synopsis

APIRET APIENTRY KernStrToUcs(KEEUnicodeStruct* ucs, PCHAR utrgt, PCHAR src, ULONG trgtsize,ULONG srcsize);

Description

This converts a string from ASCII to Unicode.

Parameters

ucs

   Pointer to the Unicode conversion object created with KernCreateUconvObject. 

utrgt

   Pointer to the Unicode buffer 

src

   Pointer to the ASCII buffer 

trgtsize

   length of the target buffer 

srcsize

   length of the source buffer