ReactOS 0.4.15-dev-8636-g945e856
|
Go to the source code of this file.
Classes | |
struct | DIRECTPLAY_GUID |
struct | _LANGANDCODEPAGE_ |
Typedefs | |
typedef struct _LANGANDCODEPAGE_ | LANGANDCODEPAGE |
typedef struct _LANGANDCODEPAGE_ * | LPLANGANDCODEPAGE |
Functions | |
static VOID | InitListViewColumns (HWND hDlgCtrl) |
UINT | FindProviderIndex (LPCWSTR szGuid, DIRECTPLAY_GUID *PreDefProviders) |
BOOL | GetFileVersion (LPCWSTR szAppName, WCHAR *szVer, DWORD szVerSize) |
static BOOL | EnumerateServiceProviders (HKEY hKey, HWND hDlgCtrl, DIRECTPLAY_GUID *PreDefProviders) |
static void | InitializeDirectPlayDialog (HWND hwndDlg) |
INT_PTR CALLBACK | NetworkPageWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
Variables | |
static DIRECTPLAY_GUID | DirectPlay8SP [] |
static DIRECTPLAY_GUID | DirectPlaySP [] |
typedef struct _LANGANDCODEPAGE_ LANGANDCODEPAGE |
typedef struct _LANGANDCODEPAGE_ * LPLANGANDCODEPAGE |
|
static |
Definition at line 179 of file network.c.
Referenced by InitializeDirectPlayDialog().
UINT FindProviderIndex | ( | LPCWSTR | szGuid, |
DIRECTPLAY_GUID * | PreDefProviders | ||
) |
Definition at line 93 of file network.c.
Referenced by EnumerateServiceProviders().
Definition at line 105 of file network.c.
Referenced by DriverFilesCallback(), and EnumerateServiceProviders().
Definition at line 306 of file network.c.
Referenced by NetworkPageWndProc().
Definition at line 68 of file network.c.
Referenced by InitializeDirectPlayDialog().
Definition at line 342 of file network.c.
Referenced by InitializeTabCtrl().
|
static |
|
static |