Interface IOPCBrowse
Unit
Declaration
type IOPCBrowse = interface(IUnknown)
Description
*********************************************************************// Interface: IOPCBrowse GUID: {39227004-A18F-4b57-8B0A-5235670F4468} *********************************************************************//
Attributes
- GUID['{39227004-A18F-4b57-8B0A-5235670F4468}']
Hierarchy
- IUnknown
- IOPCBrowse
Overview
Methods
function GetProperties( dwItemCount: DWORD; pszItemIDs: POleStrList; bReturnPropertyValues: BOOL; dwPropertyCount: DWORD; pdwPropertyIDs: PDWORDARRAY; out ppItemProperties: POPCITEMPROPERTIESARRAY): HResult; stdcall; |
|
function Browse( szItemID: POleStr; var pszContinuationPoint: POleStr; dwMaxElementsReturned: DWORD; dwBrowseFilter: OPCBROWSEFILTER; szElementNameFilter: POleStr; szVendorFilter: POleStr; bReturnAllProperties: BOOL; bReturnPropertyValues: BOOL; dwPropertyCount: DWORD; pdwPropertyIDs: PDWORDARRAY; out pbMoreElements: BOOL; out pdwCount: DWORD; out ppBrowseElements: POPCBROWSEELEMENTARRAY): HResult; stdcall; |
Description
Methods
function GetProperties( dwItemCount: DWORD; pszItemIDs: POleStrList; bReturnPropertyValues: BOOL; dwPropertyCount: DWORD; pdwPropertyIDs: PDWORDARRAY; out ppItemProperties: POPCITEMPROPERTIESARRAY): HResult; stdcall; |
|
function Browse( szItemID: POleStr; var pszContinuationPoint: POleStr; dwMaxElementsReturned: DWORD; dwBrowseFilter: OPCBROWSEFILTER; szElementNameFilter: POleStr; szVendorFilter: POleStr; bReturnAllProperties: BOOL; bReturnPropertyValues: BOOL; dwPropertyCount: DWORD; pdwPropertyIDs: PDWORDARRAY; out pbMoreElements: BOOL; out pdwCount: DWORD; out ppBrowseElements: POPCBROWSEELEMENTARRAY): HResult; stdcall; |
|
Generated by PasDoc 0.14.0.