Click here to Skip to main content
15,909,199 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralSystem Hang while using pen drive Pin
yogesh_kumar_agarwal4-Mar-08 20:18
yogesh_kumar_agarwal4-Mar-08 20:18 
GeneralRe: System Hang while using pen drive Pin
M.Nouri10-Mar-08 4:13
M.Nouri10-Mar-08 4:13 
QuestionBuild a DLL with DDK Pin
Member 41248731-Mar-08 3:41
Member 41248731-Mar-08 3:41 
GeneralRe: Build a DLL with DDK Pin
JudyL_MD3-Mar-08 2:23
JudyL_MD3-Mar-08 2:23 
GeneralRe: Build a DLL with DDK Pin
Member 41248733-Mar-08 8:14
Member 41248733-Mar-08 8:14 
GeneralRe: Build a DLL with DDK Pin
JudyL_MD3-Mar-08 8:43
JudyL_MD3-Mar-08 8:43 
GeneralRe: Build a DLL with DDK Pin
Member 412487322-Mar-08 0:18
Member 412487322-Mar-08 0:18 
GeneralRe: Build a DLL with DDK Pin
JudyL_MD24-Mar-08 4:05
JudyL_MD24-Mar-08 4:05 
Member 4124873 wrote:
What's wrong?


Exactly what the error message says. You've used the functions KeGetCurrentThread and SeTokenType without including the implementations of them. You need to include the libraries for the functions in your sources file. I believe the first is in ntdll.lib but I'm not sure where the second one is since I've never done stuff that needed the IFS kit before. Look in an IFS example and see which libraries are included in that source file.

When I look up SeTokenType in the ddk documentation, it says that routine is reserved for system use. You should be using the recommended alternative SeQueryInformationToken.

Judy
GeneralRe: Build a DLL with DDK Pin
Member 412487324-Mar-08 4:43
Member 412487324-Mar-08 4:43 
GeneralRe: Build a DLL with DDK Pin
JudyL_MD24-Mar-08 5:18
JudyL_MD24-Mar-08 5:18 
Generalrobotics..... Pin
kanza azhar29-Feb-08 6:24
kanza azhar29-Feb-08 6:24 
GeneralRe: robotics..... Pin
Paul Conrad7-Mar-08 14:29
professionalPaul Conrad7-Mar-08 14:29 
AnswerRe: robotics..... Pin
M.Nouri10-Mar-08 4:22
M.Nouri10-Mar-08 4:22 
GeneralRe: robotics..... Pin
kanza azhar10-Mar-08 5:27
kanza azhar10-Mar-08 5:27 
AnswerRe: robotics..... Pin
M.Nouri10-Mar-08 18:41
M.Nouri10-Mar-08 18:41 
GeneralRe: robotics..... Pin
kanza azhar11-Mar-08 3:16
kanza azhar11-Mar-08 3:16 
AnswerRe: robotics..... Pin
M.Nouri11-Mar-08 3:33
M.Nouri11-Mar-08 3:33 
GeneralRe: robotics..... Pin
kanza azhar5-Apr-08 8:37
kanza azhar5-Apr-08 8:37 
GeneralRe: robotics..... Pin
M.Nouri5-Apr-08 22:31
M.Nouri5-Apr-08 22:31 
GeneralExtra driver entries viewed in device manager (with yellow exclamation mark) Pin
Manasi D28-Feb-08 18:28
Manasi D28-Feb-08 18:28 
GeneralRe: Extra driver entries viewed in device manager (with yellow exclamation mark) Pin
fat_boy6-Mar-08 7:22
fat_boy6-Mar-08 7:22 
GeneralRe: Extra driver entries viewed in device manager (with yellow exclamation mark) Pin
Manasi D7-Mar-08 1:52
Manasi D7-Mar-08 1:52 
GeneralRe: Extra driver entries viewed in device manager (with yellow exclamation mark) Pin
fat_boy7-Mar-08 2:04
fat_boy7-Mar-08 2:04 
GeneralComputer Not Booting.... Pin
aj.esler27-Feb-08 12:14
aj.esler27-Feb-08 12:14 
GeneralRe: Computer Not Booting.... Pin
Sebastian Schneider27-Feb-08 22:36
Sebastian Schneider27-Feb-08 22:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.