The NDdeIsValidShareName function is called to check a share name for proper syntax.
BOOL NDdeIsValidShareName(
LPTSTR shareName |
// points to share name to validate |
); |
If the share name has valid syntax, the return value is nonzero.
If the share name does not have valid syntax, the return value is zero.
This function is also called by NDdeShareAdd when it creates the DDE share.