コード例 #1
0
ファイル: AcDrawFiles.cs プロジェクト: ParisaMousavi/ATEND
        public ushort RNBOsproEnumServer(int enumFlag, ushort developerID, byte[] nsproServerInfo, ref ushort numServerInfo)
        {
            ushort status = 0;

            try
            {
                status = DicisionNativeApi.RNBOsproEnumServer(enumFlag, developerID, nsproServerInfo, ref numServerInfo);
            }
            catch (System.DllNotFoundException)
            {
                throw new System.DllNotFoundException(strError);
            }
            return(status);
        }