File Index Symbol Index

#include <winapifamily.h>
/*++ Copyright (c) Microsoft Corporation. All rights reserved. Module Name: rpcnsip.h Abstract: This file contains the types and function definitions to use the to implement the autohandle features of the runtime. --*/
#ifndef __RPCNSIP_H__
#define __RPCNSIP_H__
#if _MSC_VER > 1000
#pragma once
#endif
#ifdef __cplusplus
extern
"C"
{
#endif
#pragma region Desktop Family
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
typedef
struct
{
RPC_NS_HANDLE
LookupContext
;
RPC_BINDING_HANDLE
ProposedHandle
;
RPC_BINDING_VECTOR
*
Bindings
; }
RPC_IMPORT_CONTEXT_P
, *
PRPC_IMPORT_CONTEXT_P
;
/* Stub Auto Binding routines. */
RPC_STATUS
I_RpcNsGetBuffer
( );
RPC_STATUS
I_RpcNsSendReceive
( );
_Analysis_noreturn_
void
I_RpcNsRaiseException
( );
RPC_STATUS
I_RpcReBindBuffer
( );
RPC_STATUS
I_NsServerBindSearch
(
void
);
RPC_STATUS
I_NsClientBindSearch
(
void
);
void
I_NsClientBindDone
(
void
);
#endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */
#pragma endregion
#ifdef __cplusplus
}
#endif
#endif /* __RPCNSIP_H__ */