[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:
Pierre Schweitzer 2018-12-30 11:45:08 +01:00
parent 4f37d96857
commit dfaee51f98
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
2 changed files with 34 additions and 4 deletions

View file

@ -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;