SynopsisDetermines the method for accessing a URL. Prototype#include "um.h" accessMeth_t umGetAccessMethodForURL(char_t * url); Parameters
DescriptionChecks the access limit table for the URL Return ValueumGetAccessMethodForURL returns the access method for the URL, or AM_FULL if one is not found. ExampleaccessMeth_t umGetAccessMethodForURL(char_t * url); See Also |