ReactOS 0.4.17-dev-343-gb35a9be
shcore.h File Reference
#include <objidl.h>
Include dependency graph for shcore.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum BSOS_OPTIONS BSOS_OPTIONS
 

Enumerations

enum  BSOS_OPTIONS { BSOS_DEFAULT , BSOS_PREFERDESTINATIONSTREAM }
 

Functions

HRESULT WINAPI CreateRandomAccessStreamOverStream (IStream *stream, BSOS_OPTIONS options, REFIID riid, void **ppv)
 

Typedef Documentation

◆ BSOS_OPTIONS

Enumeration Type Documentation

◆ BSOS_OPTIONS

Enumerator
BSOS_DEFAULT 
BSOS_PREFERDESTINATIONSTREAM 

Definition at line 24 of file shcore.h.

25{
BSOS_OPTIONS
Definition: shcore.h:25
@ BSOS_PREFERDESTINATIONSTREAM
Definition: shcore.h:27
@ BSOS_DEFAULT
Definition: shcore.h:26

Function Documentation

◆ CreateRandomAccessStreamOverStream()

HRESULT WINAPI CreateRandomAccessStreamOverStream ( IStream stream,
BSOS_OPTIONS  options,
REFIID  riid,
void **  ppv 
)

Definition at line 2593 of file main.c.

2594{
2595 FIXME("(%p, %d, %s, %p) stub\n", stream, options, debugstr_guid(riid), ppv);
2596 return E_NOTIMPL;
2597}
#define FIXME(fmt,...)
Definition: precomp.h:53
#define E_NOTIMPL
Definition: ddrawi.h:99
REFIID riid
Definition: atlbase.h:39
REFIID LPVOID * ppv
Definition: atlbase.h:39
#define debugstr_guid
Definition: kernel32.h:35
Definition: parse.h:23