Windows error 0x000006F7, 1783

Detailed Error Information

HRESULT analysis[1]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[1][2]
DescriptionThe default facility code.[1][2]
Error Code1783 (0x06f7)

Questions

3votes
1answer

CreateEnvironmentBlock returning block too large for CreateProcessWithLogon on windows vista

I'm using microsoft's CreateProcessWithLogonW function to run a program as a specific user. In almost all of our test scenario's everything is great. Our code is similar to the example on microsoft's page. The problem arises on windows vista. We create an environment block using: CreateEnvironmentBlock(&lpvEnv, hToken, TRUE) we then [...] read more
windows
api
authentication
windows-vista
user-environment
2votes
0answers

"The stub received bad data" exception in Windows RPC call

We are facing the following issue: The architecture is as follows: A c++ native client application is connected to a native c++ server application via pipe RPC based on a IDL file. I'm not particular savvy in this domain and havent coded the relevant parts but it works since a [...] read more
c++
windows
rpc
idl

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0