PrintfW (FUN)

FUNCTION PrintfW : BOOL

InOut:

Scope

Name

Type

Comment

Return

PrintfW

BOOL

Input

cbpResult

POINTER TO BYTE

The buffer, where the result will be returned

uiResultCapacity

UINT

The capacity of the result buffer

cbpFormat

POINTER TO BYTE

The format string used for formatting the value

pValue

POINTER TO BYTE

A pointer to the begin of the piece of memory, where the value to format is stored.

typeClass

__SYSTEM.TYPE_CLASS

A __SYSTEM.TYPE_CLASS value describing the type of the value to format