.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHOpenRegStreamA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHOpenRegStreamA\fR (SHLWAPI.@) .SH SYNOPSIS IStream * SHOpenRegStreamA ( HKEY \fIhkey\fR, LPCSTR \fIpszSubkey\fR, LPCSTR \fIpszValue\fR, DWORD \fIdwMode\fR ) .SH DESCRIPTION .PP Create a stream to read binary registry data. .SH PARAMS hKey \fB[In]\fR Registry handle. .PP \fIpszSubkey\fR \fB[In]\fR The sub key name. .PP \fIpszValue\fR \fB[In]\fR The value name under the sub key. .PP \fIdwMode\fR \fB[In]\fR \fBSTGM\fR mode for opening the file. .PP .SH RETURNS .PP \fBSuccess:\fR An \fBIStream\fR interface referring to the registry data .PP \fBFailure:\fR If the registry key could not be opened or is not binary, A dummy (empty) \fBIStream\fR object is returned. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/regstream.c"\fR. .PP Debug channel \fB"shell"\fR.