Example #1
0
		extern static int dx_SetRestoreShredPoint_x64( SetRestoreShredPointCallback ShredPoint );
Example #2
0
		public static int SetRestoreShredPoint( SetRestoreShredPointCallback ShredPoint )
		{
			if( System.IntPtr.Size == 4 )
			{
				return dx_SetRestoreShredPoint_x86( ShredPoint );
			}
			else
			{
				return dx_SetRestoreShredPoint_x64( ShredPoint );
			}
		}
Example #3
0
		public static int SetRestoreShredPoint( SetRestoreShredPointCallback ShredPoint )
		{
			return dx_SetRestoreShredPoint( ShredPoint );
		}