Windows error 0x80270000, -2144927744

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode39 (0x027)
NameFACILITY_SHELL[1][2]
DescriptionThe source of the error code is the user Shell.[1][2]
Error Code0 (0x0000)

Questions

1vote
1answer

IContextMenu::InvokeCommand error Code 0x80270000 on windows 7

i have the following code to delete the file. this code is work fine on winXP. but when i run on windows 7 it will not delete the file. i get the Error code 0x80270000 when InvokeCommand statement is executed. HRESULT hr = m_psfCurFolder->GetUIObjectOf(AfxGetMainWnd()->m_hWnd, uiCount, (LPCITEMIDLIST*)aPidls, IID_IContextMenu, NULL, (LPVOID*)&pcm); if [...] read more
c++
0votes
0answers

HRESULT Value for Skipping File(s) in IFileOperationProgressSink::PreCopyItem method

I am trying to find a way to skip one or more files in a IFileOperation::CopyItem method where an entire folder is copied to a new destination. The way I am attempting this (Plan A) is by testing for the file(s) in the FileOperationProgressSink::PreCopyItem method and, if there is a [...] read more
winapi
com
0votes
0answers

BadSessionNotActivated,0x80270000,The session cannot be used because ActivateSession has not been called

Whenever I try to send an ActivateSessionRequest to the opcua server, it throws an error stating "BadSessionNotActivated". Below is the message format of ActivateSessionRequest: var ActivateSessionRequest v_activateSessionReq := { requestHeader := session_reqHeader, clientSignature := { algorithm := valueof(tr_String("http://opcfoundation.org/UA/SecurityPolicy#None")), Signature := valueof(tr_ByteString({48, 130, 4, 19, 48, 130, 2, 251, 160, 3, [...] read more
opc-ua
node-opcua

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