pascalSCADA OPM: psOPCCOMN: Interface IOPCCommon

Pascal SCADA OPM

Interface IOPCCommon

Unit

psOPCCOMN

Declaration

type IOPCCommon = interface(IUnknown)

Description

*********************************************************************// Interface: IOPCCommon GUID: {F31DFDE2-07B6-11D2-B2D8-0060083BA1FB} *********************************************************************//

Attributes
GUID['{F31DFDE2-07B6-11D2-B2D8-0060083BA1FB}']

Hierarchy

  • IUnknown
  • IOPCCommon

Overview

Methods

Public function SetLocaleID( dwLcid: TLCID): HResult; stdcall;
Public function GetLocaleID( out pdwLcid: TLCID): HResult; stdcall;
Public function QueryAvailableLocaleIDs( out pdwCount: UINT; out pdwLcid: PLCIDARRAY): HResult; stdcall;
Public function GetErrorString( dwError: HResult; out ppString: POleStr): HResult; stdcall;
Public function SetClientName( szName: POleStr): HResult; stdcall;

Description

Methods

Public function SetLocaleID( dwLcid: TLCID): HResult; stdcall;
 
Public function GetLocaleID( out pdwLcid: TLCID): HResult; stdcall;
 
Public function QueryAvailableLocaleIDs( out pdwCount: UINT; out pdwLcid: PLCIDARRAY): HResult; stdcall;
 
Public function GetErrorString( dwError: HResult; out ppString: POleStr): HResult; stdcall;
 
Public function SetClientName( szName: POleStr): HResult; stdcall;
 

Generated by PasDoc 0.14.0.