You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/atl/atl-utilities-reference.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ATL provides code for manipulating paths and URLs in the form of [CPathT](../atl
9
9
10
10
## Classes
11
11
12
-
| | |
12
+
|Name|Description|
13
13
|--|--|
14
14
|[CPathT class](../atl/reference/cpatht-class.md)| This class represents a path. |
15
15
|[CDebugReportHook class](../atl/reference/cdebugreporthook-class.md)| Use this class to send debug reports to a named pipe. |
@@ -21,7 +21,7 @@ ATL provides code for manipulating paths and URLs in the form of [CPathT](../atl
21
21
22
22
## Typedefs
23
23
24
-
| | |
24
+
|Name|Description|
25
25
|--|--|
26
26
|[CPath](../atl/reference/atl-typedefs.md#cpath)| A specialization of [CPathT](../atl/reference/cpatht-class.md) using `CString`. |
27
27
|[CPathA](../atl/reference/atl-typedefs.md#cpatha)| A specialization of [CPathT](../atl/reference/cpatht-class.md) using `CStringA`. |
@@ -30,13 +30,13 @@ ATL provides code for manipulating paths and URLs in the form of [CPathT](../atl
30
30
31
31
## Enums
32
32
33
-
| | |
33
+
|Name|Description|
34
34
|--|--|
35
35
|[ATL_URL_SCHEME](../atl/reference/atl-url-scheme-enum.md)| The members of this enumeration provide constants for the schemes understood by [CUrl](../atl/reference/curl-class.md). |
36
36
37
37
## Functions
38
38
39
-
| | |
39
+
|Name|Description|
40
40
|--|--|
41
41
|[AtlCanonicalizeUrl](../atl/reference/atl-http-utility-functions.md#atlcanonicalizeurl)| Call this function to canonicalize a URL, which includes converting unsafe characters and spaces into escape sequences. |
42
42
|[AtlCombineUrl](../atl/reference/atl-http-utility-functions.md#atlcombineurl)| Call this function to combine a base URL and a relative URL into a single, canonical URL. |
0 commit comments