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