DPA_FastDeleteLastPtr macro
Deletes the last pointer from a dynamic pointer array (DPA).
Syntax
void DPA_FastDeleteLastPtr( [in] HDPA hdpa );
Parameters
- hdpa [in]
-
A handle to an existing DPA.
Return value
This macro does not return a value.
Remarks
If the DPA has no pointers, then the behavior is undefined.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
Show: