| * This file has no copyright assigned and is placed in the Public Domain. |
| * This file is part of the mingw-w64 runtime package. |
| * No warranty is given; refer to the file DISCLAIMER.PD within this package. |
| #if (_WIN32_WINNT >= 0x0600) |
| /* Wdsbp.dll is missing an implib because Vista clients don't have the dll to generate it from */ |
| HRESULT WDSBPAPI WdsBpAddOption( |
| HRESULT WDSBPAPI WdsBpCloseHandle( |
| HRESULT WDSBPAPI WdsBpGetOptionBuffer( |
| #define WDSBP_PK_TYPE_DHCP 1 |
| #define WDSBP_PK_TYPE_WDSNBP 2 |
| #define WDSBP_PK_TYPE_BCD 4 |
| HRESULT WDSBPAPI WdsBpInitialize( |
| HRESULT WDSBPAPI WdsBpParseInitialize( |
| HRESULT WDSBPAPI WdsBpQueryOption( |
| #endif /*(_WIN32_WINNT >= 0x0600)*/ |