Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: Getting the Windows directory 1999-06-08 -- Marius Luidens Here is the some 32 bit code:
MAP
Module('WinApi')
GetWindowsDirectory(*CSTRING,UNSIGNED),UNSIGNED,PASCAL,RAW,NAME('GetWindowsDirectoryA')
END
END
GLO:WindowsDirectory CString(25)
Code
junk# = GetWindowsDirectory(GLO:WindowsDirectory,256)
Today is November 21, 2024, 7:02 am This article has been viewed 35327 times.
|
|