[RPCRT4] Properly stub RpcMgmtInqServerPrincName{A,W}. Tested by Jared Smudde. CORE-12465

svn path=/trunk/; revision=73467
This commit is contained in:
Amine Khaldi 2016-12-18 20:04:19 +00:00
parent 0d96052ca1
commit ed41960b74

View file

@ -392,8 +392,8 @@
392 stub RpcMgmtInqComTimeout
393 stub RpcMgmtInqDefaultProtectLevel
394 stdcall RpcMgmtInqIfIds(ptr ptr)
395 stub RpcMgmtInqServerPrincNameA
396 stub RpcMgmtInqServerPrincNameW
395 stdcall -stub RpcMgmtInqServerPrincNameA(ptr long ptr)
396 stdcall -stub RpcMgmtInqServerPrincNameW(ptr long ptr)
397 stdcall RpcMgmtInqStats(ptr ptr)
398 stdcall RpcMgmtIsServerListening(ptr)
399 stdcall RpcMgmtSetAuthorizationFn(ptr)