PROTOS.H
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- //+---------------------------------------------------------------------------
- //
- // Microsoft Windows
- // Copyright 1992 - 1997 Microsoft Corporation.
- //
- // File: protos.h
- //
- // Contents:
- //
- // Classes:
- //
- // Functions:
- //
- // History: 4-20-95 RichardW Created
- //
- //----------------------------------------------------------------------------
- int
- CALLBACK
- WelcomeDlgProc(
- HWND hDlg,
- UINT Message,
- WPARAM wParam,
- LPARAM lParam);
- int
- CALLBACK
- LogonDlgProc(
- HWND hDlg,
- UINT Message,
- WPARAM wParam,
- LPARAM lParam);
- int
- CALLBACK
- ShutdownDlgProc(
- HWND hDlg,
- UINT Message,
- WPARAM wParam,
- LPARAM lParam);
- int
- CALLBACK
- OptionsDlgProc(
- HWND hDlg,
- UINT Message,
- WPARAM wParam,
- LPARAM lParam);
- VOID
- CenterWindow(
- HWND hwnd
- );
- int
- ErrorMessage(
- HWND hWnd,
- PWSTR pszTitleBar,
- DWORD Buttons);
- int
- AttemptLogon(
- PGlobals pGlobals,
- PMiniAccount pAccount,
- PSID pLogonSid,
- PLUID pLogonId);
- PWSTR
- AllocAndCaptureText(
- HWND hDlg,
- int Id);
- PWSTR
- DupString(
- PWSTR pszText);