19 lines
420 B
C
19 lines
420 B
C
|
//+-------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
//
|
||
|
// Copyright (C) Microsoft Corporation, 1997 - 1999
|
||
|
//
|
||
|
// File: firstpin.h
|
||
|
//
|
||
|
//--------------------------------------------------------------------------
|
||
|
|
||
|
#ifndef _INC_CSCUI_FIRSTPIN_H
|
||
|
#define _INC_CSCUI_FIRSTPIN_H
|
||
|
|
||
|
HRESULT ShowFirstPinWizard(HWND hwndParent);
|
||
|
bool FirstPinWizardCompleted(void);
|
||
|
|
||
|
#endif
|
||
|
|