VOID: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
A data area of undefined format | |||
==Type== | |||
[[void]] | |||
void | |||
==C Declaration Method== | |||
#define | #define | ||
==PVOID== | |||
Pointer to a data type of undefined format. | |||
typedef VOID *PVOID | |||
[[Category: | [[Category:Data type]] | ||
Latest revision as of 11: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