Jump to content

VOID: Difference between revisions

From EDM2
Anakor (talk | contribs)
m Format
Ak120 (talk | contribs)
mNo edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== VOID ==
A data area of undefined format


A data area of undefined format.
==Type==
[[void]]


=== Type ===
==C Declaration Method==
#define


void
==PVOID==
Pointer to a data type of undefined format.
typedef VOID *PVOID


==== C Declaration Method ====
[[Category:Data type]]
 
#define

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