ATI.ADL.ADL.ADLImport.ADL_Display_DisplayInfo_Get C# (CSharp) 메소드

ADL_Display_DisplayInfo_Get() 개인적인 메소드

private ADL_Display_DisplayInfo_Get ( int adapterIndex, int &numDisplays, IntPtr &displayInfoArray, int forceDetect ) : int
adapterIndex int
numDisplays int
displayInfoArray System.IntPtr
forceDetect int
리턴 int
            internal static extern int ADL_Display_DisplayInfo_Get(int adapterIndex, ref int numDisplays, out IntPtr displayInfoArray, int forceDetect);