Re: StorProp doesn't have entry for CdromCddaInfo function
- From: David-Tiger <DavidTiger@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 29 Jun 2006 04:47:02 -0700
This is believed to be a bug in the MSDN.
Thanks, ALL
David
"peterwie@xxxxxxxxxxxxxxxxxxxx" wrote:
link /dump /exports <filename> will list the contents of the export table as.
well.
Of course you need to have an MS compiler installed.
-p
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Scherbina Vladimir" <vladimir.scherbina@xxxxxxxxxxxx> wrote in message
news:OVx5iOhmGHA.3352@xxxxxxxxxxxxxxxxxxxxxxx
1. Open your dll in any disassembler program (IDA Pro for example) and
look at it's export table - does it contain CdromCddaInfo function?
2. If so, make sure that you pass correct name to GetProcAddress.
3. If passed name is correrct put snippet of code here...
I dumped StorProp into text file, found no entry point of CdRomCddaInfoI was able to retrieve other function pointers from StorProp.DLL.
defined in the StorProp.
Any experts help me on this one? What do I need to call that function? And
How?
Not sure that I understand correctly how did you obtain ptr to a function,
but generally these set of articles explains a lot:
http://www.newty.de/fpt/index.html
--
Vladimir
"David-Tiger" <DavidTiger@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:65484455-4504-4A4E-8042-1BD61D07BD88@xxxxxxxxxxxxxxxx
Hello,
I try to use CdromCddaInfo function (XP and Server2003).
According to MSDN library:
This function has no associated import library. You must use the
LoadLibrary
and GetProcAddress functions to dynamically link to Storprop.dll
So, I loaded StorProp.dll (Ver 5.2.3790.1830)
But The GetProcAddress Call returns NULL function pointer for
CdRomCddaInfo.
I was able to retrieve other function pointers from StorProp.DLL.
I dumped StorProp into text file, found no entry point of CdRomCddaInfo
defined in the StorProp.
Any experts help me on this one? What do I need to call that function?
And
How?
Thanks,
David
- References:
- Re: StorProp doesn't have entry for CdromCddaInfo function
- From: Scherbina Vladimir
- Re: StorProp doesn't have entry for CdromCddaInfo function
- From: peterwie
- Re: StorProp doesn't have entry for CdromCddaInfo function
- Prev by Date: Re: Unhandled Exception: Access violation --> Program runs successfully???
- Next by Date: Re: Can not surf the Internet. HELP !!!
- Previous by thread: Re: StorProp doesn't have entry for CdromCddaInfo function
- Next by thread: AddAccessAllowedAceEx and Error C2065: undeclared identifier
- Index(es):
Relevant Pages
|