Windows Aero スライドショー機能の「次のデスクトップの背景」コマンドがファイルを呼び出すことをフォーラムで読みました。stobject.dll
そこで、ダンプビンを実行して、エクスポートされたメソッドを呼び出すことができるかどうかを確認しました。
Microsoft Visual Studio 9.0\VC\bin\dumpbin.exe /EXPORTS
Windows\System32\stobject.dll
Microsoft (R) COFF/PE Dumper Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
Dump of file C:\Windows\System32\stobject.dll
File Type: DLL
Section contains the following exports for stobject.dll
00000000 characteristics
49EE914D time date stamp Wed Apr 22 00:38:53 2009
0.00 version
1 ordinal base
2 number of functions
2 number of names
ordinal hint RVA name
1 0 00001A28 DllCanUnloadNow
2 1 000059A9 DllGetClassObject
Summary
1000 .data
2000 .reloc
1A000 .rsrc
1A000 .text
これらのメソッドのいずれかを IP/Invoke すると機能しないと思います。私は何をしますか?