Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHook for hide a IE instance Pin
vicky0000022-Oct-08 1:44
vicky0000022-Oct-08 1:44 
QuestionWhy write double symbol? Pin
mantas1234522-Oct-08 1:44
mantas1234522-Oct-08 1:44 
AnswerRe: Why write double symbol? Pin
Iain Clarke, Warrior Programmer22-Oct-08 3:18
Iain Clarke, Warrior Programmer22-Oct-08 3:18 
Questiondoes not show jpeg in loaded URL's :-( Pin
ennogir22-Oct-08 1:44
ennogir22-Oct-08 1:44 
QuestionPrinting using win32 (print to pdf) Pin
koderbytes22-Oct-08 1:39
koderbytes22-Oct-08 1:39 
QuestionUpload a file to server using http Pin
Dhiraj kumar Saini22-Oct-08 1:23
Dhiraj kumar Saini22-Oct-08 1:23 
QuestionRe: Upload a file to server using http Pin
led mike22-Oct-08 4:34
led mike22-Oct-08 4:34 
Questioninteger/long to variant* Pin
SRKSHOME22-Oct-08 1:05
SRKSHOME22-Oct-08 1:05 
QuestionRe: integer/long to variant* Pin
CPallini22-Oct-08 2:14
mveCPallini22-Oct-08 2:14 
AnswerRe: integer/long to variant* Pin
SRKSHOME22-Oct-08 2:27
SRKSHOME22-Oct-08 2:27 
QuestionRe: integer/long to variant* Pin
CPallini22-Oct-08 2:39
mveCPallini22-Oct-08 2:39 
AnswerRe: integer/long to variant* Pin
SRKSHOME22-Oct-08 3:21
SRKSHOME22-Oct-08 3:21 
AnswerRe: integer/long to variant* Pin
Roger Stoltz22-Oct-08 2:40
Roger Stoltz22-Oct-08 2:40 
AnswerRe: integer/long to variant* Pin
Iain Clarke, Warrior Programmer22-Oct-08 2:57
Iain Clarke, Warrior Programmer22-Oct-08 2:57 
AnswerRe: integer/long to variant* Pin
David Crow22-Oct-08 3:25
David Crow22-Oct-08 3:25 
QuestionHow to convert BYTE array into equivalent string data ? Pin
kapardhi22-Oct-08 0:52
kapardhi22-Oct-08 0:52 
AnswerRe: How to convert BYTE array into equivalent string data ? Pin
Iain Clarke, Warrior Programmer22-Oct-08 0:58
Iain Clarke, Warrior Programmer22-Oct-08 0:58 
GeneralRe: How to convert BYTE array into equivalent string data ? Pin
kapardhi22-Oct-08 1:06
kapardhi22-Oct-08 1:06 
QuestionShell Integration problem Pin
GRLEX22-Oct-08 0:26
GRLEX22-Oct-08 0:26 
AnswerRe: Shell Integration problem Pin
CPallini22-Oct-08 0:48
mveCPallini22-Oct-08 0:48 
GeneralRe: Shell Integration problem [modified] Pin
GRLEX22-Oct-08 2:06
GRLEX22-Oct-08 2:06 
QuestionThe cursor does not include the table being modified or the table is not updatable through the curso Pin
V K 222-Oct-08 0:05
V K 222-Oct-08 0:05 
QuestionRe: The cursor does not include the table being modified or the table is not updatable through the curso Pin
David Crow22-Oct-08 3:32
David Crow22-Oct-08 3:32 
AnswerCross-post (1/3) Pin
Wendelius27-Oct-08 9:20
mentorWendelius27-Oct-08 9:20 
QuestionError 1917 RPC_X_PIPE_DISCIPLINE_ERROR 'The RPC call completed before all pipes were processed' with WriteEncryptedFileRaw() Pin
anayskulkarni21-Oct-08 23:57
anayskulkarni21-Oct-08 23:57 
Hello all,


I'm encountering an error 1917 "The RPC call completed before all pipes were processed." while trying to restore an encrypted file by WriteEncryptedFileRaw(), backed up using ReadEncryptedFileRaw(). The error is *not* encountered when trying to restore on an NTFS volume but encountered *every time* trying to restore on a FAT32 volume. I assumed that RAW API will handle the case of "Volume not NTFS so EFS not supported" and decrypt the file and write to the volume as a normal behavior. I couldn't find anything specific to this on MSDN pages.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.