ReactOS 0.4.15-dev-7906-g1b85a5f
URL_COMPONENTSA Struct Reference

#include <wininet.h>

Public Attributes

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

Detailed Description

Definition at line 192 of file wininet.h.

Member Data Documentation

◆ dwExtraInfoLength

DWORD URL_COMPONENTSA::dwExtraInfoLength

◆ dwHostNameLength

DWORD URL_COMPONENTSA::dwHostNameLength

◆ dwPasswordLength

DWORD URL_COMPONENTSA::dwPasswordLength

◆ dwSchemeLength

DWORD URL_COMPONENTSA::dwSchemeLength

◆ dwStructSize

◆ dwUrlPathLength

DWORD URL_COMPONENTSA::dwUrlPathLength

◆ dwUserNameLength

DWORD URL_COMPONENTSA::dwUserNameLength

◆ lpszExtraInfo

◆ lpszHostName

◆ lpszPassword

LPSTR URL_COMPONENTSA::lpszPassword

◆ lpszScheme

◆ lpszUrlPath

◆ lpszUserName

LPSTR URL_COMPONENTSA::lpszUserName

◆ nPort

INTERNET_PORT URL_COMPONENTSA::nPort

◆ nScheme


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