search for: presult

Displaying 4 results from an estimated 4 matches for "presult".

Did you mean: result
2007 Nov 02
0
[PATCH] PVWin: Fix warnings
.../xenpci/xenpci.c Fri Nov 02 09:52:30 2007 -0700 @@ -96,29 +96,6 @@ DriverEntry(PDRIVER_OBJECT DriverObject, return status; } -typedef struct { - unsigned nEAX; - unsigned nEBX; - unsigned nECX; - unsigned nEDX; -} CPUID_Output, *PCPUID_Output; - -static void CPUID(PCPUID_Output pResult, int nFunction) -{ - __asm { - mov eax, nFunction - xor ebx, ebx - xor ecx, ebx - xor edx, ebx - cpuid - mov edi, pResult - mov [edi.nEAX], eax - mov [edi.nEBX], ebx - mov [edi.nECX], ecx - mov [edi.nEDX], edx - } -} - static void WRMSR(unsigned int msr, ULONGLONG v...
2020 Oct 18
1
Lookup sid with libsmbclient (invoked from c# on mono)
...tern void ndr_table_lsarpc(); internal delegate void RPCTable(); [DllImport("libsmbclient.so.0", CharSet = CharSet.Ansi)] internal static extern int cli_rpc_pipe_open_noauth(SambaConnectionHandle cli, RPCTable table, out IntPtr presult); internal struct policy_handle { public UInt32 handle_type; public Guid uuid; } [DllImport("libsmbclient.so.0", CharSet = CharSet.Ansi)] internal static extern int rpccli_lsa_open_policy(IntPtr cli, IntPtr...
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
Typical example: Here is some search & export for libsmbclient: adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep cli_rpc_pipe_open_noauth_transport <nothing> adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep cli_rpc_pipe_open U cli_rpc_pipe_open_noauth adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0
2010 May 02
2
samba4 make error - drsblobs.so
...brpc/idl/dcerpc.idl Compiling ../librpc/idl/dcom.idl ../librpc/idl/dcom.idl:52: warning: top-level [out] pointer `ppv' is not a [ref] pointer ../librpc/idl/dcom.idl:91: warning: top-level [out] pointer `ip' is not a [ref] pointer ../librpc/idl/dcom.idl:104: warning: top-level [out] pointer `pResults' is not a [ref] pointer ../librpc/idl/dcom.idl:181: warning: top-level [out] pointer `phr' is not a [ref] pointer ../librpc/idl/dcom.idl:183: warning: top-level [out] pointer `ppMIF' is not a [ref] pointer ../librpc/idl/dcom.idl:195: warning: top-level [out] pointer `pctinfo' is no...