Esempio n. 1
0
		private static extern int PVA_getDetect(ref DetectNotify detect);
Esempio n. 2
0
		public PVAResult getDetect(ref DetectNotify detect){
			return (PVAResult)PVA_getDetect( ref detect );
		}