Topic: JFX,can you tell me something about wimpagi.dll with ESD?  (Read 7500 times)

JFX,can you tell me something about wimpagi.dll with ESD?
« on: January 03, 2016, 04:53:26 AM »

红毛樱木

  • Jr. Chef
  • **
  • Location: 中国,安徽,芜湖
  • Date Registered: Jun 2015
  • Posts: 45
Hi,JFX.
I saw adk in win10.
WIM_COMPRESS_LZMS = 3

I use WIMCreateFile on wimgapi.dll

But it call back 87 error.

Can you help me ?
THS

Re: JFX,can you tell me something about wimpagi.dll with ESD?
« Reply #1 on: January 03, 2016, 09:17:03 AM »

was_JFX

  • Code Baker
  • Grand Chef
  • *****
  • Date Registered: Dec 2010
  • Posts: 1074
Starting with Windows 8 wimgapi.dll supports ESD files, too.

They did not document it, so it has no name, but you pass flag 0x20000000 to WIMCreateFile() to open ESD.

Re: JFX,can you tell me something about wimpagi.dll with ESD?
« Reply #2 on: January 03, 2016, 10:03:30 AM »

红毛樱木

  • Jr. Chef
  • **
  • Location: 中国,安徽,芜湖
  • Date Registered: Jun 2015
  • Posts: 45
My code like this hFile = WIMCreateFile(_TEXT("G:\\VC Project\\EsdFile\\EsdFile\\Esd.esd"), WIM_GENERIC_READ, WIM_OPEN_EXISTING, WIM_FLAG_SHARE_WRITE | 0x20000000, WIM_COMPRESS_LZMS, &Create);
but it don't work.

Re: JFX,can you tell me something about wimpagi.dll with ESD?
« Reply #3 on: January 03, 2016, 11:43:14 AM »

was_JFX

  • Code Baker
  • Grand Chef
  • *****
  • Date Registered: Dec 2010
  • Posts: 1074
Is your esd crypted? If so you need to decrypt it with esd-decrypter.

Re: JFX,can you tell me something about wimpagi.dll with ESD?
« Reply #4 on: January 03, 2016, 12:16:17 PM »

红毛樱木

  • Jr. Chef
  • **
  • Location: 中国,安徽,芜湖
  • Date Registered: Jun 2015
  • Posts: 45
No,
I made it by myself.

Re: JFX,can you tell me something about wimpagi.dll with ESD?
« Reply #5 on: January 03, 2016, 02:18:47 PM »

红毛樱木

  • Jr. Chef
  • **
  • Location: 中国,安徽,芜湖
  • Date Registered: Jun 2015
  • Posts: 45
Now,it works well.
ths

 

Powered by EzPortal