Skip to content

Latest commit

 

History

History
73 lines (61 loc) · 1.97 KB

ns-rilapitypes-riluiccfilelockstatus.md

File metadata and controls

73 lines (61 loc) · 1.97 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:rilapitypes.RILUICCFILELOCKSTATUS
RILUICCFILELOCKSTATUS (rilapitypes.h)
Microsoft reserves the RILUICCFILELOCKSTATUS structure for internal use only. Don't use this structure in your code.
netvista\riluiccfilelockstatus_2.htm
netvista
02/26/2018
RILUICCFILELOCKSTATUS structure
*LPRILUICCFILELOCKSTATUS, RILUICCFILELOCKSTATUS, RILUICCFILELOCKSTATUS structure [Network Drivers Starting with Windows Vista], netvista.riluiccfilelockstatus_2, rilapitypes/RILUICCFILELOCKSTATUS
rilapitypes.h
Windows
Windows
RILUICCFILELOCKSTATUS, *LPRILUICCFILELOCKSTATUS
RILUICCFILELOCKSTATUS
rilapitypes/RILUICCFILELOCKSTATUS
LPRILUICCFILELOCKSTATUS
rilapitypes/LPRILUICCFILELOCKSTATUS
APIRef
kbSyntax
HeaderDef
rilapitypes.h
RILUICCFILELOCKSTATUS
LPRILUICCFILELOCKSTATUS

RILUICCFILELOCKSTATUS structure (rilapitypes.h)

-description

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

-struct-fields

-field cbSize

-field dwParams

-field dwAccessCondition

-field bPinRef

-syntax

typedef struct _RILUICCFILELOCKSTATUS {
  DWORD                                 cbSize;
  DWORD                                 dwParams;
  RILUICCFILELOCKSTATUSACCESSCONDITION  dwAccessCondition;
  BYTE [MAXNUM_PINREF]                  bPinRef;
} RILUICCFILELOCKSTATUS, RILUICCFILELOCKSTATUS;