Jump to content

KernPrintf: Difference between revisions

From EDM2
Created page with "To use the Printf function from a PDD. ==Synopsis== void APIENTRY KernPrintf(const char *fmt, ...); ==Parameters== * Printf standard parameter Category:OS4KEE"
 
mNo edit summary
 
Line 1: Line 1:
To use the Printf function from a PDD.
To use the Printf function from a PDD.


==Synopsis==
==Syntax==
  void  APIENTRY KernPrintf(const char *fmt, ...);
  void  APIENTRY KernPrintf(const char *fmt, ...);



Latest revision as of 17:28, 4 December 2017

To use the Printf function from a PDD.

Syntax

void  APIENTRY KernPrintf(const char *fmt, ...);

Parameters

  • Printf standard parameter