Click here to Skip to main content
15,925,369 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Line End Style Pin
S.DARWIN PAUL RAJ20-Nov-04 21:00
S.DARWIN PAUL RAJ20-Nov-04 21:00 
GeneralRe: Line Caps Pin
P. Gnana Prakash21-Nov-04 1:14
P. Gnana Prakash21-Nov-04 1:14 
GeneralBisection Method Root Finding...little details Pin
shorty02br18-Nov-04 19:46
shorty02br18-Nov-04 19:46 
GeneralRe: Bisection Method Root Finding...little details Pin
Joaquín M López Muñoz18-Nov-04 20:29
Joaquín M López Muñoz18-Nov-04 20:29 
GeneralRe: Bisection Method Root Finding...little details Pin
shorty02br19-Nov-04 6:02
shorty02br19-Nov-04 6:02 
GeneralRegister of ActiveX controls in common Location Pin
voonnalk18-Nov-04 18:25
voonnalk18-Nov-04 18:25 
GeneralRe: Register of ActiveX controls in common Location Pin
bryce18-Nov-04 18:41
bryce18-Nov-04 18:41 
GeneralIStorage::CreateStorage() help... Pin
RYU^^18-Nov-04 18:02
RYU^^18-Nov-04 18:02 
Hi All,

I trying to create temporary storage using the following code:

LPSTORAGE lpTempStorage;
sc = ::StgCreateDocfile(NULL, STGM_DELETEONRELEASE|STGM_READWRITE|STGM_TRANSACTED|STGM_SHARE_EXCLUSIVE|STGM_CREATE, 0, &lpTempStorage);

However, it always return STG_E_MEDIUMFULL. From documentation STG_E_MEDIUMFULL means that there is insufficient space to complete operation. I am just wondering, what I did wrong?

It was working before and just suddenly throws an error. The free diskspace is still plenty (about 4Gigabytes). Any idea what goes wrong?

Thanks...

Samin Thomas
QuestionHow we can monitor wether the system time is changed manualy? Pin
Ranjish18-Nov-04 17:24
Ranjish18-Nov-04 17:24 
AnswerRe: How we can monitor wether the system time is changed manualy? Pin
22491718-Nov-04 18:30
22491718-Nov-04 18:30 
GeneralRe: How we can monitor wether the system time is changed manualy? Pin
Ranjish18-Nov-04 19:13
Ranjish18-Nov-04 19:13 
GeneralRe: How we can monitor wether the system time is changed manualy? Pin
22491718-Nov-04 19:40
22491718-Nov-04 19:40 
AnswerRe: How we can monitor wether the system time is changed manualy? Pin
Neville Franks18-Nov-04 23:40
Neville Franks18-Nov-04 23:40 
GeneralVisual Studio question Pin
glowskull0318-Nov-04 17:23
glowskull0318-Nov-04 17:23 
GeneralRe: Visual Studio question Pin
bryce18-Nov-04 18:38
bryce18-Nov-04 18:38 
GeneralRe: Visual Studio question Pin
David Crow19-Nov-04 4:12
David Crow19-Nov-04 4:12 
GeneralSocket communication problem between Windows 2003 and Windows 2000 Pin
fpdeguzman18-Nov-04 17:21
fpdeguzman18-Nov-04 17:21 
GeneralRe: Socket communication problem between Windows 2003 and Windows 2000 Pin
bryce18-Nov-04 18:43
bryce18-Nov-04 18:43 
GeneralAdding contols to tree view -,please help!!! Pin
ledallam18-Nov-04 17:08
ledallam18-Nov-04 17:08 
GeneralC memory map question. Pin
Link260018-Nov-04 16:40
Link260018-Nov-04 16:40 
GeneralRe: C memory map question. Pin
markkuk19-Nov-04 1:42
markkuk19-Nov-04 1:42 
GeneralFiles ordering Pin
LiYS18-Nov-04 16:40
LiYS18-Nov-04 16:40 
GeneralRe: Files ordering Pin
David Crow19-Nov-04 4:16
David Crow19-Nov-04 4:16 
QuestionHow to perform carriage return by coding,not by clicking the Enter key? Pin
momer18-Nov-04 16:00
momer18-Nov-04 16:00 
AnswerRe: How to perform carriage return by coding,not by clicking the Enter key? Pin
LiYS18-Nov-04 18:57
LiYS18-Nov-04 18:57 

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.