Пример #1
0
		private static extern bool vdb_GetIndexesInformation(
			ref RTagBackInfo pTagInfo
			);
Пример #2
0
		public static bool ivdb_GetIndexesInformation(
			ref RTagBackInfo pTagInfo
			)
		{
			bool res = vdb_GetIndexesInformation(ref pTagInfo);
			VistaDBErrorMsgs.ShowErrors(!res, res);

			return res;
		}