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