Delphi-PRAXiS
Seite 4 von 4   « Erste     234   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Win32/Win64 API (native code) (https://www.delphipraxis.net/17-win32-win64-api-native-code/)
-   -   Delphi Gigabyte dll functions (https://www.delphipraxis.net/97485-gigabyte-dll-functions.html)

Olli 29. Aug 2007 12:02

Re: Gigabyte dll functions
 
Zitat:

Zitat von Razor
For me it returns -1 or false but i dont know for accual users that have gigabyte board.So you may test it

I don't have such a board anyway, but the function that you posted as disassembly before was pretty clear on that (if it was the complete body you posted).

Razor 29. Aug 2007 12:03

Re: Gigabyte dll functions
 
So other functions can be called in the same way?

LX_IsMSIMainBoard
LX_IsQDIMainBoard

Olli 29. Aug 2007 12:12

Re: Gigabyte dll functions
 
I'd have to see those. Perhaps you could send me the DLL in question and a (short!) list of functions you want deciphered (send it via PM in an archive).

Razor 29. Aug 2007 12:13

Re: Gigabyte dll functions
 
Dll is already attached,you get the short list of functions now!

Olli 29. Aug 2007 12:26

Re: Gigabyte dll functions
 
Delphi-Quellcode:
function LX_IsQDIMainBoard():LongBool; stdcall; // check against FALSE, same as LX_IsMSIMainBoard
function LX_IsMSIMainBoard():LongBool; stdcall; // check against FALSE, same as LX_IsQDIMainBoard
function LX_IsGigaMainBoard():LongBool; stdcall; // check against FALSE

Except for LX_IsGigaMainBoard those functions don't do anything.

Razor 29. Aug 2007 12:45

Re: Gigabyte dll functions
 
W_Get_VIDVcore1 can you look what does this function contain(pointers,parameters?)


Alle Zeitangaben in WEZ +1. Es ist jetzt 03:14 Uhr.
Seite 4 von 4   « Erste     234   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz