Lines Matching refs:functionPtr

304 …   IntPtr functionPtr = UnsafeNativeMethods.GetProcAddress(libHandle, "DsReplicaConsistencyCheck");  in CheckConsistencyHelper()
305 if (functionPtr == (IntPtr)0) in CheckConsistencyHelper()
309 …ethods.DsReplicaConsistencyCheck)Marshal.GetDelegateForFunctionPointer(functionPtr, typeof(UnsafeN… in CheckConsistencyHelper()
322 IntPtr functionPtr; in GetReplicationInfoHelper()
326 functionPtr = UnsafeNativeMethods.GetProcAddress(libHandle, "DsReplicaGetInfo2W"); in GetReplicationInfoHelper()
327 if (functionPtr == (IntPtr)0) in GetReplicationInfoHelper()
330 functionPtr = UnsafeNativeMethods.GetProcAddress(libHandle, "DsReplicaGetInfoW"); in GetReplicationInfoHelper()
331 if (functionPtr == (IntPtr)0) in GetReplicationInfoHelper()
335 …eNativeMethods.DsReplicaGetInfoW)Marshal.GetDelegateForFunctionPointer(functionPtr, typeof(UnsafeN… in GetReplicationInfoHelper()
342 …NativeMethods.DsReplicaGetInfo2W)Marshal.GetDelegateForFunctionPointer(functionPtr, typeof(UnsafeN… in GetReplicationInfoHelper()
350 functionPtr = UnsafeNativeMethods.GetProcAddress(libHandle, "DsReplicaGetInfoW"); in GetReplicationInfoHelper()
351 if (functionPtr == (IntPtr)0) in GetReplicationInfoHelper()
355 …eNativeMethods.DsReplicaGetInfoW)Marshal.GetDelegateForFunctionPointer(functionPtr, typeof(UnsafeN… in GetReplicationInfoHelper()
651 IntPtr functionPtr = UnsafeNativeMethods.GetProcAddress(libHandle, "DsReplicaSyncAllW"); in SyncReplicaAllHelper()
652 if (functionPtr == (IntPtr)0) in SyncReplicaAllHelper()
656 …eNativeMethods.DsReplicaSyncAllW)Marshal.GetDelegateForFunctionPointer(functionPtr, typeof(UnsafeN… in SyncReplicaAllHelper()
691 … IntPtr functionPtr = UnsafeNativeMethods.GetProcAddress(libHandle, "DsReplicaFreeInfo"); in FreeReplicaInfo()
692 if (functionPtr == (IntPtr)0) in FreeReplicaInfo()
696 …eNativeMethods.DsReplicaFreeInfo)Marshal.GetDelegateForFunctionPointer(functionPtr, typeof(UnsafeN… in FreeReplicaInfo()
731 … IntPtr functionPtr = UnsafeNativeMethods.GetProcAddress(libHandle, "DsReplicaSyncW"); in SyncReplicaHelper()
732 if (functionPtr == (IntPtr)0) in SyncReplicaHelper()
736 …safeNativeMethods.DsReplicaSyncW)Marshal.GetDelegateForFunctionPointer(functionPtr, typeof(UnsafeN… in SyncReplicaHelper()