Function ProMdlExtensionGet
Description
Retrieves the file extension from which the specified model was retrieved.
Synopsis
#include <ProMdl.h>
ProMdlExtensionGet
(
ProMdl handle
/* (In)
The model handle.
*/
/* (Out)
Buffer where file extension will be copied into.
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
The information could not be obtained.
Sample Code References
User Guide References
¿Fue esto útil?