VB Code:
  1. capCreateCaptureWindowA(iDevice, WS_VISIBLE Or WS_CHILD, 0, 0, OutputWidth, CShort(OutputHeight), parentH, 0)

i need to translete this into c#..
but i got difficulty since inside the parameters, there exist "Or".
What is it ? how can i use "Or" in c# ??