TELGetDNFlags
Updates the current flags information for a directory number.
pascal TELErr TELGetDNFlags ( TELDNHandle hTELDN, long *dnFeatureFlags, long *dnForwardFlags);
hTELDN- A handle to a directory number structure.
dnFeatureFlags- On exit, the current feature flags of the specified directory number.
dnForwardFlags- On exit, the current forwarding flags of the specified directory number.
- function result
- A result code.
DESCRIPTION
TheTELGetDNFlagsfunction updates thefeatureFlagsand forwardFlags fields of the directory number structure specified by thehTELDNparameter. You should pass in a handle to an existing directory number structure. IfTELGetDNFlagscompletes successfully, those fields of that structure reflect the current features and forwarding mode of the associated directory number.
TELGetDNFlagsalso returns, in thednFeatureFlagsanddnForwardFlagsparameters, the updated values of thefeatureFlagsand forwardFlags fields, respectively.