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