WindowsXP/base/fs/dfs/driver/provider.h
2025-04-27 07:49:33 -04:00

25 lines
513 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//+----------------------------------------------------------------------------
//
// Copyright (C) 1992, Microsoft Corporation
//
// File: provider.h
//
// Contents: Interface to the provider defining module
//
// Classes:
//
// Functions: ProviderInit
//
// History: 12 Sep 1992 Milans created.
//
//-----------------------------------------------------------------------------
#ifndef _DFS_PROVIDERS_
#define _DFS_PROVIDERS_
NTSTATUS ProviderInit(void);
#endif