Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

38 lines
453 B

/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
dispatch.h
Abstract:
Author:
Michael Montague (mikemon) 11-Jun-1992
Revision History:
--*/
#ifndef __DISPATCH_H__
#define __DISPATCH_H__
#ifdef __cplusplus
extern "C" {
#endif
unsigned int
DispatchToStubInC (
IN RPC_DISPATCH_FUNCTION Stub,
IN OUT PRPC_MESSAGE Message,
OUT RPC_STATUS * ExceptionCode
);
#ifdef __cplusplus
}
#endif
#endif // __DISPATCH_H__