Function ProSecdimTypeGet
Description
Retrieves the type of the specified dimension in the section.
Synopsis
#include <ProSecdim.h>
ProSecdimTypeGet
(
ProSection section
/* (In)
The section handle
*/
int dim_id
/* (In)
The identifier of the dimension
*/
/* (Out)
The type of the dimension
*/
)
Returns
The function successfully retrieved the information.
A general error occurred and the function failed.
Sample Code References
これは役に立ちましたか?