|
|
CODE Private Declare PtrSafe Function RegSetValueEx _
Lib "advapi32.dll" Alias "RegSetValueExA" ( _ ByVal hCurKeyptr As LongPtr, _ ByVal lpValueName As String, _ ByVal lpReserved As LongPtr, _ ByVal dwType As Long, _ lpData As Any, _ ByVal cbData As Long _ ) As Long NOTE: The code reflects a possible number(s) of declarations. Depending on your specific needs, you may want different syntax. For details on how to declare an API procedure, consult API article. For pre-VBA7 (pre-Access 2010) compatible syntax, there are several sites that already documents the same API in more details. ALLAPI at mentalis.org is one such resource. MSDN Reference: RegSetValueEx
|
| This page has been accessed 269 times. This page was last modified 07:18, 12 February 2012 by BananaRepublic. Disclaimers |