#include <windows.h>
#include <tchar.h>
#include <lm.h>
#include <prsht.h>
#include "resource.h"
Go to the source code of this file.
Functions |
| static INT_PTR CALLBACK | NetIDPageProc (IN HWND hwndDlg, IN UINT uMsg, IN WPARAM wParam, IN LPARAM lParam) |
| static INT_PTR CALLBACK | DNSSuffixPropDlgProc (HWND hDlg, UINT Msg, WPARAM wParam, LPARAM lParam) |
| static VOID | SetRadioBtnState (HWND hDlg, BOOL IsDomain) |
| static VOID | DisableControls (HWND hDlg) |
| static BOOL | IsValidComputerName (LPCWSTR s) |
| static INT_PTR CALLBACK | NetworkPropDlgProc (HWND hDlg, UINT Msg, WPARAM wParam, LPARAM lParam) |
| HPROPSHEETPAGE WINAPI | CreateNetIDPropertyPage (VOID) |
| BOOL WINAPI | DllMain (IN HINSTANCE hinstDLL, IN DWORD dwReason, IN LPVOID lpvReserved) |
Variables |
| static HINSTANCE | hDllInstance |