Fix typo in dce-rpc consts

This commit is contained in:
Dale Lakes 2018-10-15 19:59:32 -04:00
parent 3c765731b3
commit 6399a96ea5

View file

@ -274,16 +274,16 @@ export {
["12345678-1234-abcd-ef00-01234567cffb",0x31] = "NetrChainSetClientAttributes", ["12345678-1234-abcd-ef00-01234567cffb",0x31] = "NetrChainSetClientAttributes",
# IRemoteWinspool # IRemoteWinspool
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x00] = "RpcAsyncOpenPrinter", ["76f03f96-cdfd-44fc-a22c-64950a001209",0x00] = "RpcAsyncOpenPrinter",
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x01] = "RpcAsyncAddPrinter", ["76f03f96-cdfd-44fc-a22c-64950a001209",0x01] = "RpcAsyncAddPrinter",
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x2] = "RpcAsyncSetJob", ["76f03f96-cdfd-44fc-a22c-64950a001209",0x2] = "RpcAsyncSetJob",
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x3] = "RpcAsyncGetJob", ["76f03f96-cdfd-44fc-a22c-64950a001209",0x3] = "RpcAsyncGetJob",
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x4] = "RpcAsyncEnumJobs", ["76f03f96-cdfd-44fc-a22c-64950a001209",0x4] = "RpcAsyncEnumJobs",
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x5] = "RpcAsyncAddJob", ["76f03f96-cdfd-44fc-a22c-64950a001209",0x5] = "RpcAsyncAddJob",
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x6] = "RpcAsyncScheduleJob", ["76f03f96-cdfd-44fc-a22c-64950a001209",0x6] = "RpcAsyncScheduleJob",
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x7] = "RpcAsyncDeletePrinter", ["76f03f96-cdfd-44fc-a22c-64950a001209",0x7] = "RpcAsyncDeletePrinter",
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x8] = "RpcAsyncSetPrinter", ["76f03f96-cdfd-44fc-a22c-64950a001209",0x8] = "RpcAsyncSetPrinter",
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0x9] = "RpcAsyncGetPrinter", ["76f03f96-cdfd-44fc-a22c-64950a001209",0x9] = "RpcAsyncGetPrinter",
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0a] = "RpcAsyncStartDocPrinter", ["76f03f96-cdfd-44fc-a22c-64950a001209",0x0a] = "RpcAsyncStartDocPrinter",
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0b] = "RpcAsyncStartPagePrinter", ["76f03f96-cdfd-44fc-a22c-64950a001209",0x0b] = "RpcAsyncStartPagePrinter",
["76f03f96-cdfd-44fc-a22c-64950a001209",0x0c] = "RpcAsyncWritePrinter", ["76f03f96-cdfd-44fc-a22c-64950a001209",0x0c] = "RpcAsyncWritePrinter",