Jump to content

PVOID: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== PVOID ==
== PVOID ==
Pointer to a data type of undefined format.
Pointer to a data type of undefined format.


=== Type ===  
=== Type ===  
 
  [[VOID]]  *PVOID
  [[OS2 API:DataType:VOID|VOID]]  *PVOID


==== C Declaration Method ====
==== C Declaration Method ====
typedef
typedef


 
[[Category:Data type]]
 
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

Revision as of 13:44, 31 October 2016

PVOID

Pointer to a data type of undefined format.

Type

VOID  *PVOID

C Declaration Method

typedef