ReactOS 0.4.15-dev-7788-g1ad9096
unicode.c File Reference
#include <advapi32.h>
Include dependency graph for unicode.c:

Go to the source code of this file.

Functions

BOOL WINAPI IsTextUnicode (IN CONST VOID *lpv, IN INT iSize, IN OUT LPINT lpiResult OPTIONAL)
 

Function Documentation

◆ IsTextUnicode()

BOOL WINAPI IsTextUnicode ( IN CONST VOID lpv,
IN INT  iSize,
IN OUT LPINT lpiResult  OPTIONAL 
)

Definition at line 27 of file unicode.c.

30{
31 return (RtlIsTextUnicode(lpv, iSize, lpiResult) != FALSE);
32}
#define FALSE
Definition: types.h:117
NTSYSAPI BOOLEAN NTAPI RtlIsTextUnicode(_In_ CONST VOID *Buffer, _In_ INT Size, _Inout_opt_ INT *Flags)

Referenced by AnalyzeEncoding(), create_textstream(), IsDataUnicode(), LoadXMLDocumentFromResource(), and START_TEST().