Sample Code

windows driver samples/ Multipath IO (MPIO) DSM Sample/ description/ 19eccd10-9a4c-4ebc-a240-2680a581332eBrand.css/

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
/*Global*/
h1 {
    font-size: 36px;
    font-family: 'Segoe UI Light';
    color: #707070;
    font-weight: normal;
    margin-bottom: 17px !important;
}
 
h2, h3, h4, h5, h6, #searchPage h3 {
    font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif !important;
    font-weight:normal;
    color: #2A2A2A !important;
}
 
a, a:link, a:visited {
    color: #0095c4;
}
 
body {
    color:#707070;
}
 
.profile-usercard {
    color:#707070 !important;
}
 
/*temporary setting to override msdn_windows.css
can remove once conflicting settings are removed from that file*/
 
 
.LocalNavigation, .LocalNavigation .TabOn, .LocalNavigation .TabOn:hover, .LocalNavigation .TabOff, .LocalNavigation .TabOff a:hover {
    display: block;
    background-color:transparent !important;
    color: #0095c4;
}
 
.LocalNavigation .TabOff a {
color:#707070 ;
}
 
/*End Global*/
 
.EyebrowContainer
{
    margin-bottom: 0 !important;
}
 
#sideNav
{
    width: 215px !important;
}
    #sideNav #contributeSection {
        padding: 0 0 67px 0;
    }
#searchPage #mainContentContainer
{
    margin-right:0 !important;
    margin-left:243px !important;
}
 
#searchPage .dirSubHeading h2
{
    font-size: 14px !important;
    font-weight: normal !important;
    color: #454545 !important;
    line-height: 1.45;
}
 
#searchPage #directoryListFooter, #searchPage #Pager {
    font-size: 14px;
}
 
#searchPage h2, #searchPage h3
{
    font-size: 1.25em  !important;
}
 
#sideNav #contributeSection h3, .sidebar #contributeSection h3, #contributeSection h3
{
    font-size: 1.65em !important;
}
.subMenu > h2
{
    font-family: 'Segoe UI Light','Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif !important;
    font-weight:normal;
    font-size:30px;
    margin: 15px 10px 5px 0;
    padding-bottom:0px;
}
 
.itemRow {
}
    .itemRow .itemBody, .itemRow .itemInfo {
        padding: 18px 17px 20px 0;
         font-size: 14px;
         line-height: 1.45em;
    }
 
    .itemRow .itemTitle {
        font-weight: normal;
    }
 
    .itemRow .summaryBox{
        color: #454545;
    }
 
    .Samples #MainContent .itemRow .itemTitle a {
        font-weight: 600 !important;
        line-height: 1.45;
    }
    #MainContent a.officialMicrosoftLabel
    {
        color: #ACACAC;
    }
 
 
.tabContents {
    border-top-width:0px;
}
    
#UploadPage {
    margin: 0px 0px 0px 10px;
}
    #UploadPage h1 {
        padding: 0;
        font-size: 22px;
    }
    #UploadPage h2 {
        color:#F39700 !important;
    }
 
    #UploadPage #uploadPageInstruction {
        margin-top:10px;
    }
         
    #UploadPage fieldset {
        margin-left:0px;
    }
 
    #UploadPage fieldset h2 {
        font-weight:normal;
    }
 
    #UploadPage fieldset#uploadsForm{
        margin-top:25px;
    }
     
    #UploadPage fieldset#summary textarea {
        margin-left:0px;
    }
 
    #UploadPage .projectTypeChoice > div {
        height: 250px;
    }
 
#sideNav {
}
 
    #sideNav .section h3 {
        background-color: transparent;
 
    }
 
    #sideNav .section UL LI {
        border-bottom-width: 0px;
    }
 
    #sideNav .section form > div {
        border-bottom: none;
        color: #707070;
    }
        #sideNav .section ul li > div.itemCount
        {
            color: #707070;
        }
 
    #sideNav .contributeAction a {
        padding-bottom: 5px;
    }
 
#searchPage {
}
 
    #searchPage h2, #searchPage h3 {
        text-transform:none;
        background-color:transparent;
        font-weight:normal;
        font-size:1.2em;
    }
 
    #searchPage .browseFilterBar {
        background-color:transparent;
        border-width:0px;
        font-weight:normal;
    }
 
#requestsPage {
    padding-top:15px;
}
 
    #requestsPage .tabHeaders {
        overflow: visible;
    }
 
    #requestsPage #requestsList {
        border: none;
    }
 
    #requestsPage h2, #requestsPage h3 {
        text-transform:none;
        background-color:transparent;
        font-weight:normal;
        font-size:1.2em;
    }
 
#extraActions {
}
    #extraActions .section
    {
        margin-bottom: 10px;
    }
    #extraActions .section a
    {
        font-weight:normal;
    }
 
    #extraActions #contributeSection div img {
        width:0px;
    }
 
 
#projectPage {
}
 
    #projectPage .projectTitle {
        color: #707070;
        margin: 5px 0px 15px 0px;
    }
 
      #projectPage h2.projectSummary, #projectPage #projectInfo, #projectPage .tabHeaders {
        font-size: 14px !important;
        line-height: 1.45em;
        color: #454545 !important;
        font-weight: normal !important;
    }
 
    #projectPage #projectInfo a {
        color: #00749e;
    }
 
    #projectPage #Downloads a, #projectPage #Downloads label {
        font-size: 14px;
    }
 
    #projectPage #reportAbuse {
        font-size: 1em;
    }
 
    #projectPage #publishBar a, #projectPage #publishBar a:visited {
        color: #0095c4;
        font-weight: normal;
    }
 
    #projectPage #Collections .bevelButton{
        background-color: #F8F8F8;
        color: #0095C4;
        border: 1px solid #707070;
    }
 
    #projectPage #DiscussionsTabPane .threadHeader .title {
        font-weight:bold !important;
        color:Black !important;#F8F8F8;
        font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif !important;
    }
 
    #projectPage .sidebar .section .titleBar h3 {
        font-weight:normal;
        font-size:1.2em;
    }
 
#LocalNav {
}
 
    #LocalNav.HeaderTabs {
        margin-left:11px;
    }
 
#searchPage .dirSubHeading h1
{
    margin-bottom:17px !important;
}
 
    

Our Services

  • What our customers say about us?

© 2011-2025 All Rights Reserved. Joya Systems. 4425 South Mopac Building II Suite 101 Austin, TX 78735 Tel: 800-DEV-KERNEL

Privacy Policy. Terms of use. Valid XHTML & CSS