//+-------------------------------------------------------------------------
//
//  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

