mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 15:02:01 +00:00
[SERVICES] Define the RI_ScQueryServiceTagInfo RPC call
All the definitions are taken from ProcessHacker: https://github.com/processhacker/processhacker/blob/master/phnt/include/subprocesstag.h
This commit is contained in:
parent
4f37d96857
commit
dfaee51f98
2 changed files with 34 additions and 4 deletions
|
@ -6580,8 +6580,11 @@ RCreateServiceWOW64W(
|
|||
/* Function 46 */
|
||||
DWORD
|
||||
WINAPI
|
||||
RQueryServiceTagInfo(
|
||||
handle_t BindingHandle) /* FIXME */
|
||||
RI_ScQueryServiceTagInfo(
|
||||
SC_RPC_HANDLE hSCManager,
|
||||
TAG_INFO_LEVEL dwInfoLevel,
|
||||
PTAG_INFO_NAME_FROM_TAG_IN_PARAMS * lpInParams,
|
||||
PTAG_INFO_NAME_FROM_TAG_OUT_PARAMS * lpOutParams)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return ERROR_CALL_NOT_IMPLEMENTED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue