LotusScript to C API Programming Guide

rtLib Domino Rich Text Management template
Home
Show details for ContentContent
Purchase
Ready-to-use samples
Hide details for Online resourcesOnline resources
Technotes and goodies
Reference
Header files
Forum
Links
Happy readers

Anonymous

login


 

Hosted by Prominic.NET, Inc.
Main topic: REGGetIDInfo

REGGetIDInfo (by Matthieu Leblond, 10/06/2010 09:54:56 AM)

OutBufr can be a string, I use the following :

Declare Function W32_REGGetIDInfoString Lib LIB_W32 Alias {REGGetIDInfo} (_

Byval IDFileName As Lmbcs String, _

Byval InfoType As Integer, _

Byval OutBufr As Lmbcs String, _

Byval OutBufrLen As Integer, _

ActualLen As Integer) As Integer

Declare Function W32_REGGetIDInfoLong Lib LIB_W32 Alias {REGGetIDInfo} (_

Byval IDFileName As Lmbcs String, _

Byval InfoType As Integer, _

Byval OutBufr As Long, _

Byval OutBufrLen As Integer, _

ActualLen As Integer) As Integer