FreeRDP
URL_COMPONENTS Struct Reference

#include <winhttp.h>

Data Fields

DWORD dwStructSize
 
LPWSTR lpszScheme
 
DWORD dwSchemeLength
 
INTERNET_SCHEME nScheme
 
LPWSTR lpszHostName
 
DWORD dwHostNameLength
 
INTERNET_PORT nPort
 
LPWSTR lpszUserName
 
DWORD dwUserNameLength
 
LPWSTR lpszPassword
 
DWORD dwPasswordLength
 
LPWSTR lpszUrlPath
 
DWORD dwUrlPathLength
 
LPWSTR lpszExtraInfo
 
DWORD dwExtraInfoLength
 

Field Documentation

◆ dwExtraInfoLength

DWORD URL_COMPONENTS::dwExtraInfoLength

◆ dwHostNameLength

DWORD URL_COMPONENTS::dwHostNameLength

◆ dwPasswordLength

DWORD URL_COMPONENTS::dwPasswordLength

◆ dwSchemeLength

DWORD URL_COMPONENTS::dwSchemeLength

◆ dwStructSize

DWORD URL_COMPONENTS::dwStructSize

◆ dwUrlPathLength

DWORD URL_COMPONENTS::dwUrlPathLength

◆ dwUserNameLength

DWORD URL_COMPONENTS::dwUserNameLength

◆ lpszExtraInfo

LPWSTR URL_COMPONENTS::lpszExtraInfo

◆ lpszHostName

LPWSTR URL_COMPONENTS::lpszHostName

◆ lpszPassword

LPWSTR URL_COMPONENTS::lpszPassword

◆ lpszScheme

LPWSTR URL_COMPONENTS::lpszScheme

◆ lpszUrlPath

LPWSTR URL_COMPONENTS::lpszUrlPath

◆ lpszUserName

LPWSTR URL_COMPONENTS::lpszUserName

◆ nPort

INTERNET_PORT URL_COMPONENTS::nPort

◆ nScheme

INTERNET_SCHEME URL_COMPONENTS::nScheme

The documentation for this struct was generated from the following file: