windows-nt/Source/XPSP1/NT/shell/ext/cscui/firstpin.h
2020-09-26 16:20:57 +08:00

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