ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <precomp.h>
BITMAP _INFO::bitmap |
Definition at line 101 of file precomp.h.
Referenced by DisplayDlgProc(), and DisplayOnInit().
PDISPLAY_DEVICE_ENTRY _INFO::CurrentDisplayDevice |
Definition at line 87 of file precomp.h.
Referenced by FillResolutionsAndColors(), and ReLoadDisplayPage().
PDISPLAY_DEVICE_ENTRY _INFO::DisplayDeviceList |
Definition at line 86 of file precomp.h.
Referenced by AddDisplayDevice(), FillResolutionsAndColors(), OnResolutionChanged(), and SaveAllSettings().
HICON _INFO::hColor |
Definition at line 99 of file precomp.h.
Referenced by Cleanup(), DisplayDlgProc(), and DisplayOnInit().
HICON _INFO::hConn |
Definition at line 97 of file precomp.h.
Referenced by Cleanup(), GeneralDlgProc(), and GeneralOnInit().
HWND _INFO::hDisplayPage |
Definition at line 91 of file precomp.h.
Referenced by DisplayOnInit(), FillResolutionsAndColors(), OnResolutionChanged(), OnTabWndSelChange(), ReLoadDisplayPage(), and SaveAllSettings().
HWND _INFO::hGeneralPage |
Definition at line 90 of file precomp.h.
Referenced by DoOpenFile(), DoSaveAs(), FillServerAddressCombo(), GeneralOnInit(), OnTabWndSelChange(), ReLoadGeneralPage(), and SaveAllSettings().
HBITMAP _INFO::hHeader |
HINSTANCE _INFO::hInstance |
Definition at line 8 of file logonui.h.
Referenced by wWinMain().
HICON _INFO::hLogon |
Definition at line 96 of file precomp.h.
Referenced by Cleanup(), GeneralDlgProc(), and GeneralOnInit().
HICON _INFO::hRemote |
Definition at line 98 of file precomp.h.
Referenced by Cleanup(), DisplayDlgProc(), and DisplayOnInit().
HBITMAP _INFO::hSpectrum |
Definition at line 100 of file precomp.h.
Referenced by Cleanup(), DisplayDlgProc(), and DisplayOnInit().
HWND _INFO::hTab |
Definition at line 89 of file precomp.h.
Referenced by OnTabWndSelChange().
SOCKADDR_IN _INFO::myAddr |
Definition at line 17 of file ntpclient.c.
SOCKADDR_IN _INFO::ntpAddr |
Definition at line 18 of file ntpclient.c.
Referenced by InitConnection(), and SendData().
PRDPSETTINGS _INFO::pRdpSettings |
Definition at line 85 of file precomp.h.
Referenced by DlgProc(), DoOpenFile(), DoSaveAs(), GeneralDlgProc(), ReLoadDisplayPage(), ReLoadGeneralPage(), and SaveAllSettings().
NTPPACKET _INFO::RecvPacket |
Definition at line 20 of file ntpclient.c.
Referenced by ReceiveData().
NTPPACKET _INFO::SendPacket |
Definition at line 19 of file ntpclient.c.
Referenced by SendData().
SOCKET _INFO::Sock |
Definition at line 16 of file ntpclient.c.
Referenced by InitConnection(), ReceiveData(), and SendData().