rpcrt4: Stubs for RpcRevertToSelf and RpcMgmtSetComTimeout.
This commit is contained in:
parent
45d42528a0
commit
7d92b89abf
|
@ -952,6 +952,24 @@ ULONG RpcAuthInfo_Release(RpcAuthInfo *AuthInfo)
|
|||
return refs;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* RpcRevertToSelf (RPCRT4.@)
|
||||
*/
|
||||
RPC_STATUS WINAPI RpcRevertToSelf(void)
|
||||
{
|
||||
FIXME("stub\n");
|
||||
return RPC_S_OK;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* RpcMgmtSetComTimeout (RPCRT4.@)
|
||||
*/
|
||||
RPC_STATUS WINAPI RpcMgmtSetComTimeout(RPC_BINDING_HANDLE BindingHandle, unsigned int Timeout)
|
||||
{
|
||||
FIXME("(%p, %d): stub\n", BindingHandle, Timeout);
|
||||
return RPC_S_OK;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* RpcBindingInqAuthInfoExA (RPCRT4.@)
|
||||
*/
|
||||
|
|
|
@ -439,7 +439,7 @@
|
|||
@ stdcall RpcMgmtIsServerListening(ptr)
|
||||
@ stub RpcMgmtSetAuthorizationFn
|
||||
@ stub RpcMgmtSetCancelTimeout
|
||||
@ stub RpcMgmtSetComTimeout
|
||||
@ stdcall RpcMgmtSetComTimeout(ptr long)
|
||||
@ stub RpcMgmtSetParameter # win9x
|
||||
@ stub RpcMgmtSetServerStackSize
|
||||
@ stub RpcMgmtStatsVectorFree
|
||||
|
@ -458,7 +458,7 @@
|
|||
@ stub RpcProtseqVectorFreeW
|
||||
@ stdcall RpcRaiseException(long)
|
||||
@ stub RpcRegisterAsyncInfo
|
||||
@ stub RpcRevertToSelf
|
||||
@ stdcall RpcRevertToSelf()
|
||||
@ stdcall RpcRevertToSelfEx(ptr)
|
||||
@ stdcall RpcServerInqBindings(ptr)
|
||||
@ stub RpcServerInqCallAttributesA # wxp
|
||||
|
|
Loading…
Reference in New Issue