<Return[UV]><Top>
UrlUnescape |
Declare Function Api_UrlUnescape& Lib "shlwapi" Alias "UrlUnescapeA" (ByVal pszURL$, ByVal pszUnescaped$, pcchUnescaped&, ByVal dwFlags&) |
|||||||||
Declare Function UrlUnescape& Lib "shlwapi" Alias "UrlUnescapeA" (ByVal pszURL As String, ByVal pszUnescaped As String, pcchUnescaped As Long, ByVal dwFlags As Long) As Long |
||||||||||
エスケープシーケンスを普通の文字に変換する。 |
||||||||||
パラメータ
エンコードされている文字列を指定する。 デコードされた文字列が格納されるバッファを指定する。 pcchUnescaped デコード済み文字列のバイト数が格納される変数のポインタを指定する。 dwFlags
動作オプション。
戻り値 |