Jungo WinDriver  
Official Documentation
pci_strings.h
Go to the documentation of this file.
1#ifndef _PCI_STRINGS_H_
2#define _PCI_STRINGS_H_
3
4#include "wdc_defs.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
37 _In_ DWORD dwOffset, _Outptr_ PCHAR pBuf, _In_ DWORD dwInLen,
38 _Outptr_ DWORD *pdwOutLen);
39
72 _In_ DWORD dwOffset, _Outptr_ PCHAR pBuf, _In_ DWORD dwInLen,
73 _Outptr_ DWORD *pdwOutLen);
74#ifdef __cplusplus
75}
76#endif
77
78#endif /* _PCI_STRINGS_ */
DWORD DLLCALLCONV PciConfRegData2Str(_In_ WDC_DEVICE_HANDLE hDev, _In_ DWORD dwOffset, _Outptr_ PCHAR pBuf, _In_ DWORD dwInLen, _Outptr_ DWORD *pdwOutLen)
Reads data from a PCI device's configuration space and parses the data to a string,...
DWORD DLLCALLCONV PciExpressConfRegData2Str(_In_ WDC_DEVICE_HANDLE hDev, _In_ DWORD dwOffset, _Outptr_ PCHAR pBuf, _In_ DWORD dwInLen, _Outptr_ DWORD *pdwOutLen)
Reads data from a PCI Express device's extended configuration space and parses the data to a string,...
void * WDC_DEVICE_HANDLE
Handle to device information struct.
Definition: wdc_lib.h:33
#define _Outptr_
Definition: windrvr.h:40
#define _In_
Definition: windrvr.h:37
#define DLLCALLCONV
Definition: windrvr.h:32