windows-nt/Source/XPSP1/NT/shell/ext/hnw/nconn32/hookui.h

14 lines
225 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//
// HookUI.h
//
#pragma once
VOID BeginSuppressNetdiUI(HWND hwndParent, PROGRESS_CALLBACK pfnProgress, LPVOID pvProgressParam);
VOID EndSuppressNetdiUI();
HRESULT HresultFromCCI(DWORD dwErr);
extern BOOL g_bUserAbort;