Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets information related to the specified URL.
Syntax
HRESULT retVal = object.QueryInfo(pwzUrl, OueryOption, dwQueryFlags, pBuffer, cbBuffer, pcbBuf, dwReserved);
Parameters
pwzUrl [in]
Type: LPCWSTRA string value that contains the URL.
OueryOption [in]
Type: QUERYOPTIONA QUERYOPTION value that indicates what option to query.
dwQueryFlags [in]
Type: DWORDReserved. Must be set to 0.
pBuffer [in, out]
Type: LPVOIDA pointer to the buffer to store the information.
cbBuffer [in]
Type: DWORDA unsigned long integer value that contains the size of the buffer.
pcbBuf [in, out]
Type: DWORDA pointer to an unsigned long integer variable to store the size of the requested information.
dwReserved [in]
Type: DWORDReserved. Must be set to 0.