Source position: jwadsclient.pas line 556
type DSBITEMW = record |
cbStruct: DWORD; |
pszADsPath: LPCWSTR; |
pszClass: LPCWSTR; |
dwMask: DWORD; |
dwState: DWORD; |
dwStateMask: DWORD; |
szDisplayName: array [0..DSB_MAX_DISPLAYNAME_CHARS-1] of WCHAR; |
szIconLocation: array [0..MAX_PATH-1] of WCHAR; |
iIconResID: Integer; |
end; |