WindowsXP/shell/ext/cscui/firstpin.h
2025-04-27 07:49:33 -04:00

19 lines
438 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