 |
GetHGlobalFromStream ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetHGlobalFromStream function retrieves the global memory handle to a stream that was created through a call to the CreateStreamOnHGlobal function. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
WINOLEAPI GetHGlobalFromStream(
IStream* pstm,
HGLOBAL* phglobal
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetHGlobalFromStream IN ole32;
INTEGER pstm,;
INTEGER @ phglobal
|
 |
 |
 |
| Parameters: |
 |
pstm
[in] IStream pointer to the stream object previously created by a call to the CreateStreamOnHGlobal function.
phglobal
[out] Pointer to the current memory handle used by the specified stream object. |
 |
 |
| Return value: |
 |
| S_OK indicates that the handle was successfully returned. |
 |
 |
| Word Index links for the GetHGlobalFromStream : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-08-12 21:09:28 | | Modified: | 2004-08-12 21:10:51 | Visited in last 7 days: 11 |