GetFWCam1394
method
Delphi
function GetFWCam1394 (FWCam1394ID: string; var Value: LongInt; var Flags: LongInt; var Capabilities: DWORD; var MinValue: LongInt; var MaxValue: LongInt; var Default: LongInt): Boolean;
C++Builder
bool __fastcall GetFWCam1394(System::UnicodeString FWCam1394ID, System::LongInt &Value, System::LongInt &Flags, unsigned &Capabilities, System::LongInt &MinValue, System::LongInt &MaxValue, System::LongInt &Default);
C#
public bool GetFWCam1394(string FWCam1394ID, ref int Value, ref int Flags, ref uint Capabilities, ref int MinValue, ref int MaxValue, ref int Default);
VB.NET
Public Function GetFWCam1394(FWCam1394ID As String, ByRef Value As Integer, ByRef Flags As Integer, ByRef Capabilities As UInteger, ByRef MinValue As Integer, ByRef MaxValue As Integer, ByRef Default As Integer) As Boolean
C++/Qt
BOOL GetFWCam1394 (wchar_t *FWCam1394ID, int *Value, int *Flags, unsigned int *Capabilities, int *MinValue, int *MaxValue, int *Default);
Retrieves a setting and min/max/default values of Firewire/GIE camera. See SetFWCam1394 for sample code.