ReactOS 0.4.15-dev-7942-gd23573b
WPRINTF_DATA Union Reference

Public Attributes

WCHAR wchar_view
 
CHAR char_view
 
LPCSTR lpcstr_view
 
LPCWSTR lpcwstr_view
 
LONGLONG int_view
 

Detailed Description

Definition at line 69 of file wsprintf.c.

Member Data Documentation

◆ char_view

CHAR WPRINTF_DATA::char_view

Definition at line 71 of file wsprintf.c.

Referenced by wvnsprintfA(), and wvnsprintfW().

◆ int_view

LONGLONG WPRINTF_DATA::int_view

Definition at line 74 of file wsprintf.c.

Referenced by wvnsprintfA(), and wvnsprintfW().

◆ lpcstr_view

LPCSTR WPRINTF_DATA::lpcstr_view

Definition at line 72 of file wsprintf.c.

Referenced by wvnsprintfA(), and wvnsprintfW().

◆ lpcwstr_view

LPCWSTR WPRINTF_DATA::lpcwstr_view

Definition at line 73 of file wsprintf.c.

Referenced by wvnsprintfA(), and wvnsprintfW().

◆ wchar_view

WCHAR WPRINTF_DATA::wchar_view

Definition at line 70 of file wsprintf.c.

Referenced by wvnsprintfA(), and wvnsprintfW().


The documentation for this union was generated from the following file: