On Mon, Jul 29, 2013 at 04:02:03PM +0200, Mislav Blazevic wrote:
> First of all, pardon my ignorance, I am new to wine and winapi.
>
> I am trying to implement apphelp.dll and I ran into issues with
> NtCreateFile: It always returns 0xc103, STATUS_NOT_A_DIRECTORY, and I
> am not sure what that
On 7/29/2013 18:02, Mislav Blazevic wrote:
First of all, pardon my ignorance, I am new to wine and winapi.
I am trying to implement apphelp.dll and I ran into issues with
NtCreateFile: It always returns 0xc103, STATUS_NOT_A_DIRECTORY,
and I am not sure what that means. Here is code:
/* T
First of all, pardon my ignorance, I am new to wine and winapi.
I am trying to implement apphelp.dll and I ran into issues with
NtCreateFile: It always returns 0xc103, STATUS_NOT_A_DIRECTORY, and I
am not sure what that means. Here is code:
/* This function is not in API, but written for inte