Re: Giving a device access to EFS (Encrypting File System)



I'm sorry, I completely left out the details about the device I am
using. My application uses an MPEG decoder card, the "device" in my
original post.

By "call[ing] the device API function to open the file" I meant calling
the MPEG decoder card API functions mpgLoad and mpgPlay.

I can definitely open the files fine if I open the files using the
function ifstream::open but mpgLoad and mpgPlay will not work. This has
lead me to the conclusion that the operating system is not decrypting
the files for the MPEG decoder card.

.