Platform SDK: Broadcast Architecture

BPCVid.LocaleID

The LocaleID property sets or returns the identifier for the current locale for use by the Video control. Visual Basic syntax is shown.

object.LocaleID [ = lLocale]

Parts

object
Object expression that resolves to a BPCVid object.
lLocale
Long that specifies the locale identifier.

Remarks

LocaleID supports the country codes of the Windows operating systems. The locale determines which control character set to display, which formats to use for dates and currency, and so on.

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 98.
  Header: Declared in vidsvr.odl.
  Import Library: Included as a resource in vid.ocx.

See Also

BPCVid