Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.