Njb.Discoverer.NJB_Discover C# (CSharp) 메소드

NJB_Discover() 개인적인 메소드

private NJB_Discover ( IntPtr njbs, int limit, int &count ) : int
njbs System.IntPtr
limit int
count int
리턴 int
        private static extern int NJB_Discover(IntPtr njbs, int limit, out int count);