You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
626 B
16 lines
626 B
//*************************************************************
|
|
//
|
|
// Startup.h - Header file for Startup.c
|
|
//
|
|
// Microsoft Confidential
|
|
// Copyright (c) 1996-1999 Microsoft Corporation
|
|
// All rights reserved
|
|
//
|
|
//*************************************************************
|
|
|
|
|
|
HPROPSHEETPAGE CreateStartupPage (HINSTANCE hInst);
|
|
BOOL APIENTRY StartupDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
|
void StartListInit( HWND hDlg, WPARAM wParam, LPARAM lParam );
|
|
int StartListExit(HWND hDlg, WPARAM wParam, LPARAM lParam );
|
|
void StartListDestroy(HWND hDlg, WPARAM wParam, LPARAM lParam);
|