Napstat window
hi,
do guyz have sample code getting logo onto nap sha napstat window? know inapcomponentinfo interface has implemented. wanted check if provide in case of sample shv ui.
thanks,
divya
afaik might not in msdn. rather simple do.
while implenting inapcomponentinfo (which in napcommon.idl) see:
geticon(
[out] countedstring** dllfilepath,
[out] uint32* iconresourceid
) const;
this function should implemented such returns dll file name , resource id. "dllfilepath" dll have icon resource embedded in it. , "iconresourceid" is resource id of embedded icon.
the recommended practice using sha dll dll embed icon. should not change icon in run-time. icon branding shas.
i hope helps,
thanks,
p.s: can use getmodulefilenamew function sha dll's location in run-time.
Windows Server > Network Access Protection
Comments
Post a Comment