windows-nt/Source/XPSP1/NT/termsrv/admtools/remotepage/registry.h

12 lines
341 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#pragma once
// This function will register a component in the Registry.
// The component calls this function from its DllRegisterServer function.
HRESULT RegisterServer(HMODULE hModule);
// This function will unregister a component. Components
// call this function from their DllUnregisterServer function.
HRESULT UnregisterServer();