Function ProIntfDataAlloc
Description
Allocates memory for the interface data.
Synopsis
#include <ProIntfData.h>
ProIntfDataAlloc
(
ProIntfData** pp_intfdata
/* (Out)
The interface data structure
*/
)
Returns
The function successfully allocated memory for the data structure.
Insufficient memory.
The input is invalid.
Sample Code References
User Guide References
Isto foi útil?