Windows error 0x80548210, -2141945328

Detailed Error Information

E_MBN_PIN_REQUIRED[1]

MessagePin is required.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode84 (0x054)
NameFACILITY_MBN[1]
Error Code33296 (0x8210)

Questions

1vote
0answers

Send sms using Mbn Api C#

I'm looking for a way to send Sms throught MbnApi using : http://msdn.microsoft.com/en-us/library/windows/desktop/dd323167(v=vs.85).aspx IMbnSms interface. But it's not working at all. I could not have a sample project to see how to do it. I'm coding on C# .Net Thx public class NaErrorHandling { public Dictionary<UInt32, string> Hresults { get;private [...] read more
c#
windows
sms
1vote
1answer

Mobile Broadband API: "Pin is required" exception but pin is set

I'm trying to get up & running with the Mobile Broadband API. I'm using it from C#, using the instructions found here. I have a problem with it though: when the modem device is locked (i.e., PIN is required), I want to set the pin programmatically and the continue to [...] read more
c#
com
mobile-broadband-api

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0