Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes the last pointer from a dynamic pointer array (DPA).
Syntax
void DPA_FastDeleteLastPtr(
[in] HDPA hdpa
);
Parameters
[in] hdpa
A handle to an existing DPA.
Return value
None
Remarks
If the DPA has no pointers, then the behavior is undefined.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | dpa_dsa.h |