Поделиться через


AtlIsUnsafeUrlChar

Call this function to find out whether a character is safe for use in a URL.

inline BOOL AtlIsUnsafeUrlChar(
   char chIn 
) throw( );

Параметры

  • chIn
    The character to be tested for safety.

Возвращаемое значение

Returns TRUE if the input character is unsafe, FALSE otherwise.

Заметки

Characters that should not be used in URLs can be tested using this function and converted using AtlCanonicalizeUrl.

Требования

Header: atlutil.h

См. также

Основные понятия

ATL Concepts

ATL Reference

ATL Functions Alphabetical Reference