Jump to content

VOID: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 6: Line 6:
==C Declaration Method==
==C Declaration Method==
  #define
  #define
==PVOID==
Pointer to a data type of undefined format.
typedef VOID *PVOID


[[Category:Data type]]
[[Category:Data type]]

Latest revision as of 12:30, 21 February 2020

A data area of undefined format

Type

void

C Declaration Method

#define

PVOID

Pointer to a data type of undefined format.

typedef VOID *PVOID